#808314

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

Shades of Trendy Green #808314

Tints of Trendy Green #808314

Color information

#808314 (or 0x808314) is unknown color: approx Trendy Green. HEX triplet: 80, 83 and 14. RGB value is (128,131,20). Sum of RGB (Red+Green+Blue) = 128+131+20=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #808314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808314 is #7F7CEB. Grayscale: #757575. Windows color (decimal): -8355052 or 1344384. OLE color: 1344384.

HSL color Cylindrical-coordinate representation of color #808314: hue angle of 61.62º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #808314 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB12813120-
CMYK0.0200.850.49
HSL61.62º73.51%29.61%-
HSV(B)61.62º84.73%51.37%-
XYZ17.1420.873.79-
YUV117.4573.01135.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 131 (51.56% from 255) = 46.95%
BLUE value IS 20 (8.20% from 255) = 7.17%
R=45.88%
G=46.95%
B=7.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128131200.0200.850.4961.6273.5129.61
Hex8083142055313e4a1e
Octal2002032420125617611236
Binary1000000010000011101001001010101110001111110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808314; }

 p { color: rgb(128,131,20); }

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

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

 a { background-color: rgb(128,131,20); }

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

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

 span { border-color: rgb(128,131,20); }

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