#858220

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

Shades of Trendy Green #858220

Tints of Trendy Green #858220

Color information

#858220 (or 0x858220) is unknown color: approx Trendy Green. HEX triplet: 85, 82 and 20. RGB value is (133,130,32). Sum of RGB (Red+Green+Blue) = 133+130+32=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #858220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858220 is #7A7DDF. Grayscale: #787878. Windows color (decimal): -8027616 or 2130565. OLE color: 2130565.

HSL color Cylindrical-coordinate representation of color #858220: hue angle of 58.22º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #858220 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB13313032-
CMYK00.020.760.48
HSL58.22º61.21%32.35%-
HSV(B)58.22º75.94%52.16%-
XYZ17.9221.064.49-
YUV119.7278.49137.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 32 (12.89% from 255) = 10.85%
R=45.08%
G=44.07%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331303200.020.760.4858.2261.2132.35
Hex858220024C303a3d20
Octal205202400211460727540
Binary10000101100000101000000101001100110000111010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858220; }

 p { color: rgb(133,130,32); }

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

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

 a { background-color: rgb(133,130,32); }

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

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

 span { border-color: rgb(133,130,32); }

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