#808429

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

Shades of Trendy Green #808429

Tints of Trendy Green #808429

Color information

#808429 (or 0x808429) is unknown color: approx Trendy Green. HEX triplet: 80, 84 and 29. RGB value is (128,132,41). Sum of RGB (Red+Green+Blue) = 128+132+41=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #808429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808429 is #7F7BD6. Grayscale: #787878. Windows color (decimal): -8354775 or 2720896. OLE color: 2720896.

HSL color Cylindrical-coordinate representation of color #808429: hue angle of 62.64º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #808429 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB12813241-
CMYK0.0300.690.48
HSL62.64º52.6%33.92%-
HSV(B)62.64º68.94%51.76%-
XYZ17.5521.255.27-
YUV120.4383.17133.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.52%
GREEN value IS 132 (51.95% from 255) = 43.85%
BLUE value IS 41 (16.41% from 255) = 13.62%
R=42.52%
G=43.85%
B=13.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128132410.0300.690.4862.6452.633.92
Hex8084293045303f3522
Octal200204513010560776542
Binary10000000100001001010011101000101110000111111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808429; }

 p { color: rgb(128,132,41); }

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

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

 a { background-color: rgb(128,132,41); }

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

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

 span { border-color: rgb(128,132,41); }

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