#818131

Color #818131 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #818131

Tints of Trendy Green #818131

Color information

#818131 (or 0x818131) is unknown color: approx Trendy Green. HEX triplet: 81, 81 and 31. RGB value is (129,129,49). Sum of RGB (Red+Green+Blue) = 129+129+49=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 129 - color contains mainly: red, green. Hex color #818131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818131 is #7E7ECE. Grayscale: #787878. Windows color (decimal): -8289999 or 3244417. OLE color: 3244417.

HSL color Cylindrical-coordinate representation of color #818131: hue angle of 60º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #818131 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB12912949-
CMYK000.620.49
HSL60º44.94%34.9%-
HSV(B)60º62.02%50.59%-
XYZ17.4620.595.96-
YUV119.8888134.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 42.02%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 49 (19.53% from 255) = 15.96%
R=42.02%
G=42.02%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912949000.620.496044.9434.9
Hex818131003E313c2d23
Octal20120161007661745543
Binary100000011000000111000100111110110001111100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818131; }

 p { color: rgb(129,129,49); }

 H1.HeaderClassName
 {
   color: #818131;
 }
 .AnyTagClassName
 {
   color: #818131;
 }
</style>
background-color css

<style>
 a { background-color: #818131; }

 a { background-color: rgb(129,129,49); }

 div.DivClassName
 {
   background-color: #818131;
 }
 .BgClassName
 {
   background-color: #818131;
 }
</style>
border-color css

<style>
 span { border-color: #818131; }

 span { border-color: rgb(129,129,49); }

 td.TdClassName
 {
   border-color: #818131;
 }
 .TagClassName
 {
   border-color: #818131;
 }
</style>