#536860

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

Shades of Viridian Green #536860

Tints of Viridian Green #536860

Color information

#536860 (or 0x536860) is unknown color: approx Viridian Green. HEX triplet: 53, 68 and 60. RGB value is (83,104,96). Sum of RGB (Red+Green+Blue) = 83+104+96=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 104 - color contains mainly: green. Hex color #536860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536860 is #AC979F. Grayscale: #606060. Windows color (decimal): -11311008 or 6318163. OLE color: 6318163.

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

Color convert

RGB8310496-
CMYK0.2000.080.59
HSL157.14º11.23%36.67%-
HSV(B)157.14º20.19%40.78%-
XYZ10.6312.5812.94-
YUV96.81127.54118.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.33%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=29.33%
G=36.75%
B=33.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104960.2000.080.59157.1411.2336.67
Hex53686014083B9db25
Octal12315014024010732351345
Binary1010011110100011000001010001000111011100111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536860; }

 p { color: rgb(83,104,96); }

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

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

 a { background-color: rgb(83,104,96); }

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

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

 span { border-color: rgb(83,104,96); }

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