#858827

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

Shades of Trendy Green #858827

Tints of Trendy Green #858827

Color information

#858827 (or 0x858827) is unknown color: approx Trendy Green. HEX triplet: 85, 88 and 27. RGB value is (133,136,39). Sum of RGB (Red+Green+Blue) = 133+136+39=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #858827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858827 is #7A77D8. Grayscale: #7C7C7C. Windows color (decimal): -8026073 or 2590853. OLE color: 2590853.

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

Color convert

RGB13313639-
CMYK0.0200.710.47
HSL61.86º55.43%34.31%-
HSV(B)61.86º71.32%53.33%-
XYZ18.8422.745.32-
YUV124.0480.01134.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 136 (53.52% from 255) = 44.16%
BLUE value IS 39 (15.62% from 255) = 12.66%
R=43.18%
G=44.16%
B=12.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136390.0200.710.4761.8655.4334.31
Hex85882720472F3e3722
Octal205210472010757766742
Binary10000101100010001001111001000111101111111110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858827; }

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

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

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

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

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

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

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

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