#808133

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

Shades of Trendy Green #808133

Tints of Trendy Green #808133

Color information

#808133 (or 0x808133) is unknown color: approx Trendy Green. HEX triplet: 80, 81 and 33. RGB value is (128,129,51). Sum of RGB (Red+Green+Blue) = 128+129+51=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #808133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808133 is #7F7ECC. Grayscale: #787878. Windows color (decimal): -8355533 or 3375488. OLE color: 3375488.

HSL color Cylindrical-coordinate representation of color #808133: hue angle of 60.77º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #808133 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB12812951-
CMYK0.0100.600.49
HSL60.77º43.33%35.29%-
HSV(B)60.77º60.47%50.59%-
XYZ17.3520.536.18-
YUV119.8189.17133.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.56%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 51 (20.31% from 255) = 16.56%
R=41.56%
G=41.88%
B=16.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128129510.0100.600.4960.7743.3335.29
Hex808133103C313d2b23
Octal20020163107461755343
Binary100000001000000111001110111100110001111101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808133; }

 p { color: rgb(128,129,51); }

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

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

 a { background-color: rgb(128,129,51); }

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

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

 span { border-color: rgb(128,129,51); }

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