#536962

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

Shades of Viridian Green #536962

Tints of Viridian Green #536962

Color information

#536962 (or 0x536962) is unknown color: approx Viridian Green. HEX triplet: 53, 69 and 62. RGB value is (83,105,98). Sum of RGB (Red+Green+Blue) = 83+105+98=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 105 - color contains mainly: green. Hex color #536962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536962 is #AC969D. Grayscale: #616161. Windows color (decimal): -11310750 or 6449491. OLE color: 6449491.

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

Color convert

RGB8310598-
CMYK0.2100.070.59
HSL160.91º11.7%36.86%-
HSV(B)160.91º20.95%41.18%-
XYZ10.8212.8213.46-
YUV97.62128.21117.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.02%
GREEN value IS 105 (41.41% from 255) = 36.71%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=29.02%
G=36.71%
B=34.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105980.2100.070.59160.9111.736.86
Hex53696215073Ba1c25
Octal1231511422507732411445
Binary101001111010011100010101010111111011101000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536962; }

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

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

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

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

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

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

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

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