#818D20

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

Shades of Trendy Green #818D20

Tints of Trendy Green #818D20

Color information

#818D20 (or 0x818D20) is unknown color: approx Trendy Green. HEX triplet: 81, 8D and 20. RGB value is (129,141,32). Sum of RGB (Red+Green+Blue) = 129+141+32=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #818D20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818D20 is #7E72DF. Grayscale: #7D7D7D. Windows color (decimal): -8286944 or 2133377. OLE color: 2133377.

HSL color Cylindrical-coordinate representation of color #818D20: hue angle of 66.61º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #818D20 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB12914132-
CMYK0.0900.770.45
HSL66.61º63.01%33.92%-
HSV(B)66.61º77.3%55.29%-
XYZ18.8423.824.97-
YUV124.9975.52130.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.72%
GREEN value IS 141 (55.47% from 255) = 46.69%
BLUE value IS 32 (12.89% from 255) = 10.60%
R=42.72%
G=46.69%
B=10.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129141320.0900.770.4566.6163.0133.92
Hex818D20904D2D433f22
Octal20121540110115551037742
Binary10000001100011011000001001010011011011011000011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818D20; }

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

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

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

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

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

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

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

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