#525D59

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

Shades of Viridian Green #525D59

Tints of Viridian Green #525D59

Color information

#525D59 (or 0x525D59) is unknown color: approx Viridian Green. HEX triplet: 52, 5D and 59. RGB value is (82,93,89). Sum of RGB (Red+Green+Blue) = 82+93+89=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 93 - color contains mainly: green. Hex color #525D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D59 is #ADA2A6. Grayscale: #595959. Windows color (decimal): -11379367 or 5856594. OLE color: 5856594.

HSL color Cylindrical-coordinate representation of color #525D59: hue angle of 158.18º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #525D59 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB829389-
CMYK0.1200.040.64
HSL158.18º6.29%34.31%-
HSV(B)158.18º11.83%36.47%-
XYZ9.210.3410.96-
YUV89.26127.86122.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 89 (35.16% from 255) = 33.71%
R=31.06%
G=35.23%
B=33.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293890.1200.040.64158.186.2934.31
Hex525D59C04409e622
Octal1221351311404100236642
Binary10100101011101101100111000100100000010011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525D59; }

 p { color: rgb(82,93,89); }

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

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

 a { background-color: rgb(82,93,89); }

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

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

 span { border-color: rgb(82,93,89); }

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