#526F63

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

Shades of Viridian Green #526F63

Tints of Viridian Green #526F63

Color information

#526F63 (or 0x526F63) is unknown color: approx Viridian Green. HEX triplet: 52, 6F and 63. RGB value is (82,111,99). Sum of RGB (Red+Green+Blue) = 82+111+99=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 111 - color contains mainly: green. Hex color #526F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F63 is #AD909C. Grayscale: #646464. Windows color (decimal): -11374749 or 6516562. OLE color: 6516562.

HSL color Cylindrical-coordinate representation of color #526F63: hue angle of 155.17º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526F63 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB8211199-
CMYK0.2600.110.56
HSL155.17º15.03%37.84%-
HSV(B)155.17º26.13%43.53%-
XYZ11.4214.0613.92-
YUV100.96126.89114.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 111 (43.75% from 255) = 38.01%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=28.08%
G=38.01%
B=33.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82111990.2600.110.56155.1715.0337.84
Hex526F631A0B389bf26
Octal12215714332013702331746
Binary1010010110111111000111101001011111000100110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,111,99); }

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

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

 a { background-color: rgb(82,111,99); }

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

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

 span { border-color: rgb(82,111,99); }

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