#808413

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

Shades of Trendy Green #808413

Tints of Trendy Green #808413

Color information

#808413 (or 0x808413) is unknown color: approx Trendy Green. HEX triplet: 80, 84 and 13. RGB value is (128,132,19). Sum of RGB (Red+Green+Blue) = 128+132+19=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #808413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808413 is #7F7BEC. Grayscale: #767676. Windows color (decimal): -8354797 or 1279104. OLE color: 1279104.

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

Color convert

RGB12813219-
CMYK0.0300.860.48
HSL62.12º74.83%29.61%-
HSV(B)62.12º85.61%51.76%-
XYZ17.2721.143.79-
YUV117.9272.17135.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 19 (7.81% from 255) = 6.81%
R=45.88%
G=47.31%
B=6.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128132190.0300.860.4862.1274.8329.61
Hex8084133056303e4b1e
Octal2002042330126607611336
Binary1000000010000100100111101010110110000111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808413; }

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

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

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

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

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

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

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

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