#818024

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

Shades of Trendy Green #818024

Tints of Trendy Green #818024

Color information

#818024 (or 0x818024) is unknown color: approx Trendy Green. HEX triplet: 81, 80 and 24. RGB value is (129,128,36). Sum of RGB (Red+Green+Blue) = 129+128+36=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #818024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818024 is #7E7FDB. Grayscale: #767676. Windows color (decimal): -8290268 or 2392193. OLE color: 2392193.

HSL color Cylindrical-coordinate representation of color #818024: hue angle of 59.35º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #818024 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB12912836-
CMYK00.010.720.49
HSL59.35º56.36%32.35%-
HSV(B)59.35º72.09%50.59%-
XYZ17.0920.234.67-
YUV117.8181.83135.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.03%
GREEN value IS 128 (50.39% from 255) = 43.69%
BLUE value IS 36 (14.45% from 255) = 12.29%
R=44.03%
G=43.69%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291283600.010.720.4959.3556.3632.35
Hex8180240148313b3820
Octal201200440111061737040
Binary1000000110000000100100011001000110001111011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818024; }

 p { color: rgb(129,128,36); }

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

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

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

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

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

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

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