#808027

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

Shades of Trendy Green #808027

Tints of Trendy Green #808027

Color information

#808027 (or 0x808027) is unknown color: approx Trendy Green. HEX triplet: 80, 80 and 27. RGB value is (128,128,39). Sum of RGB (Red+Green+Blue) = 128+128+39=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808027 is #7F7FD8. Grayscale: #767676. Windows color (decimal): -8355801 or 2588800. OLE color: 2588800.

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

Color convert

RGB12812839-
CMYK000.700.50
HSL60º53.29%32.75%-
HSV(B)60º69.53%50.2%-
XYZ16.9920.174.92-
YUV117.8583.5135.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.39%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=43.39%
G=43.39%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812839000.700.506053.2932.75
Hex8080270046323c3521
Octal200200470010662746541
Binary1000000010000000100111001000110110010111100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808027; }

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

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

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

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

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

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

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

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