#526962

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

Shades of Viridian Green #526962

Tints of Viridian Green #526962

Color information

#526962 (or 0x526962) is unknown color: approx Viridian Green. HEX triplet: 52, 69 and 62. RGB value is (82,105,98). Sum of RGB (Red+Green+Blue) = 82+105+98=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #526962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526962 is #AD969D. Grayscale: #616161. Windows color (decimal): -11376286 or 6449490. OLE color: 6449490.

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

Color convert

RGB8210598-
CMYK0.2200.070.59
HSL161.74º12.3%36.67%-
HSV(B)161.74º21.9%41.18%-
XYZ10.7412.7813.46-
YUV97.32128.38117.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=28.77%
G=36.84%
B=34.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105980.2200.070.59161.7412.336.67
Hex52696216073Ba2c25
Octal1221511422607732421445
Binary101001011010011100010101100111111011101000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526962; }

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

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

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

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

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

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

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

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