#858227

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

Shades of Trendy Green #858227

Tints of Trendy Green #858227

Color information

#858227 (or 0x858227) is unknown color: approx Trendy Green. HEX triplet: 85, 82 and 27. RGB value is (133,130,39). Sum of RGB (Red+Green+Blue) = 133+130+39=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #858227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858227 is #7A7DD8. Grayscale: #787878. Windows color (decimal): -8027609 or 2589317. OLE color: 2589317.

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

Color convert

RGB13313039-
CMYK00.020.710.48
HSL58.09º54.65%33.73%-
HSV(B)58.09º70.68%52.16%-
XYZ18.0221.15.04-
YUV120.5281.99136.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 39 (15.62% from 255) = 12.91%
R=44.04%
G=43.05%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331303900.020.710.4858.0954.6533.73
Hex8582270247303a3722
Octal205202470210760726742
Binary10000101100000101001110101000111110000111010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858227; }

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

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

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

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

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

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

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

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