#808033

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

Shades of Trendy Green #808033

Tints of Trendy Green #808033

Color information

#808033 (or 0x808033) is unknown color: approx Trendy Green. HEX triplet: 80, 80 and 33. RGB value is (128,128,51). Sum of RGB (Red+Green+Blue) = 128+128+51=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808033 is #7F7FCC. Grayscale: #777777. Windows color (decimal): -8355789 or 3375232. OLE color: 3375232.

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

Color convert

RGB12812851-
CMYK000.600.50
HSL60º43.02%35.1%-
HSV(B)60º60.16%50.2%-
XYZ17.2220.276.14-
YUV119.2289.5134.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=41.69%
G=41.69%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812851000.600.506043.0235.1
Hex808033003C323c2b23
Octal20020063007462745343
Binary100000001000000011001100111100110010111100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808033; }

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

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

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

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

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

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

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

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