#526C5F

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

Shades of Viridian Green #526C5F

Tints of Viridian Green #526C5F

Color information

#526C5F (or 0x526C5F) is unknown color: approx Viridian Green. HEX triplet: 52, 6C and 5F. RGB value is (82,108,95). Sum of RGB (Red+Green+Blue) = 82+108+95=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 108 - color contains mainly: green. Hex color #526C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C5F is #AD93A0. Grayscale: #626262. Windows color (decimal): -11375521 or 6253650. OLE color: 6253650.

HSL color Cylindrical-coordinate representation of color #526C5F: hue angle of 150º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #526C5F is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB8210895-
CMYK0.2400.120.58
HSL150º13.68%37.25%-
HSV(B)150º24.07%42.35%-
XYZ10.9113.3512.83-
YUV98.74125.89116.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=28.77%
G=37.89%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82108950.2400.120.5815013.6837.25
Hex526C5F180C3A96e25
Octal12215413730014722261645
Binary1010010110110010111111100001100111010100101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526C5F; }

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

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

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

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

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

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

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

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