#818020

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

Shades of Trendy Green #818020

Tints of Trendy Green #818020

Color information

#818020 (or 0x818020) is unknown color: approx Trendy Green. HEX triplet: 81, 80 and 20. RGB value is (129,128,32). Sum of RGB (Red+Green+Blue) = 129+128+32=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #818020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818020 is #7E7FDF. Grayscale: #757575. Windows color (decimal): -8290272 or 2130049. OLE color: 2130049.

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

Color convert

RGB12912832-
CMYK00.010.750.49
HSL59.38º60.25%31.57%-
HSV(B)59.38º75.19%50.59%-
XYZ17.0320.214.37-
YUV117.3579.83136.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 128 (50.39% from 255) = 44.29%
BLUE value IS 32 (12.89% from 255) = 11.07%
R=44.64%
G=44.29%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291283200.010.750.4959.3860.2531.57
Hex818020014B313b3c20
Octal201200400111361737440
Binary1000000110000000100000011001011110001111011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818020; }

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

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

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

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

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

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

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

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