#808236

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

Shades of Trendy Green #808236

Tints of Trendy Green #808236

Color information

#808236 (or 0x808236) is unknown color: approx Trendy Green. HEX triplet: 80, 82 and 36. RGB value is (128,130,54). Sum of RGB (Red+Green+Blue) = 128+130+54=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #808236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808236 is #7F7DC9. Grayscale: #797979. Windows color (decimal): -8355274 or 3572352. OLE color: 3572352.

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

Color convert

RGB12813054-
CMYK0.0200.580.49
HSL61.58º41.3%36.08%-
HSV(B)61.58º58.46%50.98%-
XYZ17.5520.826.58-
YUV120.7490.34133.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.03%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 54 (21.48% from 255) = 17.31%
R=41.03%
G=41.67%
B=17.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130540.0200.580.4961.5841.336.08
Hex808236203A313e2924
Octal20020266207261765144
Binary1000000010000010110110100111010110001111110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808236; }

 p { color: rgb(128,130,54); }

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

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

 a { background-color: rgb(128,130,54); }

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

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

 span { border-color: rgb(128,130,54); }

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