#818016

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

Shades of Trendy Green #818016

Tints of Trendy Green #818016

Color information

#818016 (or 0x818016) is unknown color: approx Trendy Green. HEX triplet: 81, 80 and 16. RGB value is (129,128,22). Sum of RGB (Red+Green+Blue) = 129+128+22=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #818016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818016 is #7E7FE9. Grayscale: #747474. Windows color (decimal): -8290282 or 1474689. OLE color: 1474689.

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

Color convert

RGB12912822-
CMYK00.010.830.49
HSL59.44º70.86%29.61%-
HSV(B)59.44º82.95%50.59%-
XYZ16.9220.163.76-
YUV116.2174.83137.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.24%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 22 (8.98% from 255) = 7.89%
R=46.24%
G=45.88%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291282200.010.830.4959.4470.8629.61
Hex8180160153313b471e
Octal2012002601123617310736
Binary100000011000000010110011010011110001111011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818016; }

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

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

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

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

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

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

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

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