#808520

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

Shades of Trendy Green #808520

Tints of Trendy Green #808520

Color information

#808520 (or 0x808520) is unknown color: approx Trendy Green. HEX triplet: 80, 85 and 20. RGB value is (128,133,32). Sum of RGB (Red+Green+Blue) = 128+133+32=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #808520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808520 is #7F7ADF. Grayscale: #787878. Windows color (decimal): -8354528 or 2131328. OLE color: 2131328.

HSL color Cylindrical-coordinate representation of color #808520: hue angle of 62.97º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #808520 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB12813332-
CMYK0.0400.760.48
HSL62.97º61.21%32.35%-
HSV(B)62.97º75.94%52.16%-
XYZ17.5521.474.59-
YUV119.9978.34133.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.69%
GREEN value IS 133 (52.34% from 255) = 45.39%
BLUE value IS 32 (12.89% from 255) = 10.92%
R=43.69%
G=45.39%
B=10.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133320.0400.760.4862.9761.2132.35
Hex808520404C303f3d20
Octal200205404011460777540
Binary100000001000010110000010001001100110000111111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808520; }

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

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

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

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

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

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

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

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