#858127

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

Shades of Trendy Green #858127

Tints of Trendy Green #858127

Color information

#858127 (or 0x858127) is unknown color: approx Trendy Green. HEX triplet: 85, 81 and 27. RGB value is (133,129,39). Sum of RGB (Red+Green+Blue) = 133+129+39=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #858127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858127 is #7A7ED8. Grayscale: #787878. Windows color (decimal): -8027865 or 2589061. OLE color: 2589061.

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

Color convert

RGB13312939-
CMYK00.030.710.48
HSL57.45º54.65%33.73%-
HSV(B)57.45º70.68%52.16%-
XYZ17.8920.835-
YUV119.9482.33137.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 39 (15.62% from 255) = 12.96%
R=44.19%
G=42.86%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331293900.030.710.4857.4554.6533.73
Hex858127034730393722
Octal205201470310760716742
Binary10000101100000011001110111000111110000111001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858127; }

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

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

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

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

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

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

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

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