#525F59

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

Shades of Viridian Green #525F59

Tints of Viridian Green #525F59

Color information

#525F59 (or 0x525F59) is unknown color: approx Viridian Green. HEX triplet: 52, 5F and 59. RGB value is (82,95,89). Sum of RGB (Red+Green+Blue) = 82+95+89=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 95 - color contains mainly: green. Hex color #525F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F59 is #ADA0A6. Grayscale: #5A5A5A. Windows color (decimal): -11378855 or 5857106. OLE color: 5857106.

HSL color Cylindrical-coordinate representation of color #525F59: hue angle of 152.31º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #525F59 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB829589-
CMYK0.1400.060.63
HSL152.31º7.34%34.71%-
HSV(B)152.31º13.68%37.25%-
XYZ9.3810.711.02-
YUV90.43127.19121.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.83%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=30.83%
G=35.71%
B=33.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8295890.1400.060.63152.317.3434.71
Hex525F59E063F98723
Octal122137131160677230743
Binary1010010101111110110011110011011111110011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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