#858027

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

Shades of Trendy Green #858027

Tints of Trendy Green #858027

Color information

#858027 (or 0x858027) is unknown color: approx Trendy Green. HEX triplet: 85, 80 and 27. RGB value is (133,128,39). Sum of RGB (Red+Green+Blue) = 133+128+39=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #858027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858027 is #7A7FD8. Grayscale: #777777. Windows color (decimal): -8028121 or 2588805. OLE color: 2588805.

HSL color Cylindrical-coordinate representation of color #858027: hue angle of 56.81º 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 #858027 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB13312839-
CMYK00.040.710.48
HSL56.81º54.65%33.73%-
HSV(B)56.81º70.68%52.16%-
XYZ17.7620.574.95-
YUV119.3582.66137.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 39 (15.62% from 255) = 13%
R=44.33%
G=42.67%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331283900.040.710.4856.8154.6533.73
Hex858027044730393722
Octal205200470410760716742
Binary100001011000000010011101001000111110000111001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858027; }

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

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

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

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

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

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

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

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