#858325

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

Shades of Trendy Green #858325

Tints of Trendy Green #858325

Color information

#858325 (or 0x858325) is unknown color: approx Trendy Green. HEX triplet: 85, 83 and 25. RGB value is (133,131,37). Sum of RGB (Red+Green+Blue) = 133+131+37=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #858325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858325 is #7A7CDA. Grayscale: #797979. Windows color (decimal): -8027355 or 2458501. OLE color: 2458501.

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

Color convert

RGB13313137-
CMYK00.020.720.48
HSL58.75º56.47%33.33%-
HSV(B)58.75º72.18%52.16%-
XYZ18.1221.354.92-
YUV120.8880.66136.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 131 (51.56% from 255) = 43.52%
BLUE value IS 37 (14.84% from 255) = 12.29%
R=44.19%
G=43.52%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331313700.020.720.4858.7556.4733.33
Hex8583250248303b3821
Octal205203450211060737041
Binary10000101100000111001010101001000110000111011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858325; }

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

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

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

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

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

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

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

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