#526960

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

Shades of Viridian Green #526960

Tints of Viridian Green #526960

Color information

#526960 (or 0x526960) is unknown color: approx Viridian Green. HEX triplet: 52, 69 and 60. RGB value is (82,105,96). Sum of RGB (Red+Green+Blue) = 82+105+96=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 105 - color contains mainly: green. Hex color #526960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526960 is #AD969F. Grayscale: #616161. Windows color (decimal): -11376288 or 6318418. OLE color: 6318418.

HSL color Cylindrical-coordinate representation of color #526960: hue angle of 156.52º 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 #526960 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB8210596-
CMYK0.2200.090.59
HSL156.52º12.3%36.67%-
HSV(B)156.52º21.9%41.18%-
XYZ10.6412.7412.96-
YUV97.1127.38117.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=28.98%
G=37.10%
B=33.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105960.2200.090.59156.5212.336.67
Hex52696016093B9dc25
Octal12215114026011732351445
Binary1010010110100111000001011001001111011100111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526960; }

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

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

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

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

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

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

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

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