#526961

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

Shades of Viridian Green #526961

Tints of Viridian Green #526961

Color information

#526961 (or 0x526961) is unknown color: approx Viridian Green. HEX triplet: 52, 69 and 61. RGB value is (82,105,97). Sum of RGB (Red+Green+Blue) = 82+105+97=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 105 - color contains mainly: green. Hex color #526961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526961 is #AD969E. Grayscale: #616161. Windows color (decimal): -11376287 or 6383954. OLE color: 6383954.

HSL color Cylindrical-coordinate representation of color #526961: hue angle of 159.13º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #526961 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB8210597-
CMYK0.2200.080.59
HSL159.13º12.3%36.67%-
HSV(B)159.13º21.9%41.18%-
XYZ10.6912.7613.21-
YUV97.21127.88117.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=28.87%
G=36.97%
B=34.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105970.2200.080.59159.1312.336.67
Hex52696116083B9fc25
Octal12215114126010732371445
Binary1010010110100111000011011001000111011100111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526961; }

 p { color: rgb(82,105,97); }

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

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

 a { background-color: rgb(82,105,97); }

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

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

 span { border-color: rgb(82,105,97); }

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