#525D58

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

Shades of Viridian Green #525D58

Tints of Viridian Green #525D58

Color information

#525D58 (or 0x525D58) is unknown color: approx Viridian Green. HEX triplet: 52, 5D and 58. RGB value is (82,93,88). Sum of RGB (Red+Green+Blue) = 82+93+88=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 93 - color contains mainly: green. Hex color #525D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D58 is #ADA2A7. Grayscale: #595959. Windows color (decimal): -11379368 or 5791058. OLE color: 5791058.

HSL color Cylindrical-coordinate representation of color #525D58: hue angle of 152.73º 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 #525D58 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB829388-
CMYK0.1200.050.64
HSL152.73º6.29%34.31%-
HSV(B)152.73º11.83%36.47%-
XYZ9.1610.3310.74-
YUV89.14127.36122.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 88 (34.77% from 255) = 33.46%
R=31.18%
G=35.36%
B=33.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293880.1200.050.64152.736.2934.31
Hex525D58C054099622
Octal1221351301405100231642
Binary10100101011101101100011000101100000010011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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