#858825

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

Shades of Trendy Green #858825

Tints of Trendy Green #858825

Color information

#858825 (or 0x858825) is unknown color: approx Trendy Green. HEX triplet: 85, 88 and 25. RGB value is (133,136,37). Sum of RGB (Red+Green+Blue) = 133+136+37=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #858825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858825 is #7A77DA. Grayscale: #7C7C7C. Windows color (decimal): -8026075 or 2459781. OLE color: 2459781.

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

Color convert

RGB13313637-
CMYK0.0200.730.47
HSL61.82º57.23%33.92%-
HSV(B)61.82º72.79%53.33%-
XYZ18.8122.735.15-
YUV123.8279.01134.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.46%
GREEN value IS 136 (53.52% from 255) = 44.44%
BLUE value IS 37 (14.84% from 255) = 12.09%
R=43.46%
G=44.44%
B=12.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136370.0200.730.4761.8257.2333.92
Hex85882520492F3e3922
Octal205210452011157767142
Binary10000101100010001001011001001001101111111110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858825; }

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

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

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

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

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

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

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

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