#808228

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

Shades of Trendy Green #808228

Tints of Trendy Green #808228

Color information

#808228 (or 0x808228) is unknown color: approx Trendy Green. HEX triplet: 80, 82 and 28. RGB value is (128,130,40). Sum of RGB (Red+Green+Blue) = 128+130+40=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #808228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808228 is #7F7DD7. Grayscale: #777777. Windows color (decimal): -8355288 or 2654848. OLE color: 2654848.

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

Color convert

RGB12813040-
CMYK0.0200.690.49
HSL61.33º52.94%33.33%-
HSV(B)61.33º69.23%50.98%-
XYZ17.2720.715.09-
YUV119.1483.34134.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 40 (16.02% from 255) = 13.42%
R=42.95%
G=43.62%
B=13.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130400.0200.690.4961.3352.9433.33
Hex8082282045313d3521
Octal200202502010561756541
Binary10000000100000101010001001000101110001111101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808228; }

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

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

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

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

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

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

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

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