#818019

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

Shades of Trendy Green #818019

Tints of Trendy Green #818019

Color information

#818019 (or 0x818019) is unknown color: approx Trendy Green. HEX triplet: 81, 80 and 19. RGB value is (129,128,25). Sum of RGB (Red+Green+Blue) = 129+128+25=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #818019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818019 is #7E7FE6. Grayscale: #747474. Windows color (decimal): -8290279 or 1671297. OLE color: 1671297.

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

Color convert

RGB12912825-
CMYK00.010.810.49
HSL59.42º67.53%30.2%-
HSV(B)59.42º80.62%50.59%-
XYZ16.9520.183.92-
YUV116.5676.33136.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.74%
GREEN value IS 128 (50.39% from 255) = 45.39%
BLUE value IS 25 (10.16% from 255) = 8.87%
R=45.74%
G=45.39%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291282500.010.810.4959.4267.5330.2
Hex8180190151313b441e
Octal2012003101121617310436
Binary100000011000000011001011010001110001111011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818019; }

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

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

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

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

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

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

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

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