#526560

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

Shades of Viridian Green #526560

Tints of Viridian Green #526560

Color information

#526560 (or 0x526560) is unknown color: approx Viridian Green. HEX triplet: 52, 65 and 60. RGB value is (82,101,96). Sum of RGB (Red+Green+Blue) = 82+101+96=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 101 - color contains mainly: green. Hex color #526560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526560 is #AD9A9F. Grayscale: #5E5E5E. Windows color (decimal): -11377312 or 6317394. OLE color: 6317394.

HSL color Cylindrical-coordinate representation of color #526560: hue angle of 164.21º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #526560 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB8210196-
CMYK0.1900.050.60
HSL164.21º10.38%35.88%-
HSV(B)164.21º18.81%39.61%-
XYZ10.2411.9512.83-
YUV94.75128.71118.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=29.39%
G=36.20%
B=34.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101960.1900.050.60164.2110.3835.88
Hex52656013053Ca4a24
Octal1221451402305742441244
Binary101001011001011100000100110101111100101001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526560; }

 p { color: rgb(82,101,96); }

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

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

 a { background-color: rgb(82,101,96); }

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

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

 span { border-color: rgb(82,101,96); }

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