#808225

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

Shades of Trendy Green #808225

Tints of Trendy Green #808225

Color information

#808225 (or 0x808225) is unknown color: approx Trendy Green. HEX triplet: 80, 82 and 25. RGB value is (128,130,37). Sum of RGB (Red+Green+Blue) = 128+130+37=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #808225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808225 is #7F7DDA. Grayscale: #777777. Windows color (decimal): -8355291 or 2458240. OLE color: 2458240.

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

Color convert

RGB12813037-
CMYK0.0200.720.49
HSL61.29º55.69%32.75%-
HSV(B)61.29º71.54%50.98%-
XYZ17.2220.694.84-
YUV118.881.84134.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.39%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 37 (14.84% from 255) = 12.54%
R=43.39%
G=44.07%
B=12.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130370.0200.720.4961.2955.6932.75
Hex8082252048313d3821
Octal200202452011061757041
Binary10000000100000101001011001001000110001111101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808225; }

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

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

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

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

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

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

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

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