#808820

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

Shades of Trendy Green #808820

Tints of Trendy Green #808820

Color information

#808820 (or 0x808820) is unknown color: approx Trendy Green. HEX triplet: 80, 88 and 20. RGB value is (128,136,32). Sum of RGB (Red+Green+Blue) = 128+136+32=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #808820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808820 is #7F77DF. Grayscale: #7A7A7A. Windows color (decimal): -8353760 or 2132096. OLE color: 2132096.

HSL color Cylindrical-coordinate representation of color #808820: hue angle of 64.62º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #808820 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB12813632-
CMYK0.0600.760.47
HSL64.62º61.9%32.94%-
HSV(B)64.62º76.47%53.33%-
XYZ17.9722.34.72-
YUV121.7577.35132.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.24%
GREEN value IS 136 (53.52% from 255) = 45.95%
BLUE value IS 32 (12.89% from 255) = 10.81%
R=43.24%
G=45.95%
B=10.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128136320.0600.760.4764.6261.932.94
Hex808820604C2F413e21
Octal2002104060114571017641
Binary1000000010001000100000110010011001011111000001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808820; }

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

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

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

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

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

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

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

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