#808415

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

Shades of Trendy Green #808415

Tints of Trendy Green #808415

Color information

#808415 (or 0x808415) is unknown color: approx Trendy Green. HEX triplet: 80, 84 and 15. RGB value is (128,132,21). Sum of RGB (Red+Green+Blue) = 128+132+21=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #808415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808415 is #7F7BEA. Grayscale: #767676. Windows color (decimal): -8354795 or 1410176. OLE color: 1410176.

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

Color convert

RGB12813221-
CMYK0.0300.840.48
HSL62.16º72.55%30%-
HSV(B)62.16º84.09%51.76%-
XYZ17.2921.153.88-
YUV118.1573.17135.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 21 (8.59% from 255) = 7.47%
R=45.55%
G=46.98%
B=7.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128132210.0300.840.4862.1672.5530
Hex8084153054303e491e
Octal2002042530124607611136
Binary1000000010000100101011101010100110000111110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808415; }

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

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

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

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

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

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

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

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