#536059

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

Shades of Viridian Green #536059

Tints of Viridian Green #536059

Color information

#536059 (or 0x536059) is unknown color: approx Viridian Green. HEX triplet: 53, 60 and 59. RGB value is (83,96,89). Sum of RGB (Red+Green+Blue) = 83+96+89=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 96 - color contains mainly: green. Hex color #536059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536059 is #AC9FA6. Grayscale: #5B5B5B. Windows color (decimal): -11313063 or 5857363. OLE color: 5857363.

HSL color Cylindrical-coordinate representation of color #536059: hue angle of 147.69º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #536059 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB839689-
CMYK0.1400.070.62
HSL147.69º7.26%35.1%-
HSV(B)147.69º13.54%37.65%-
XYZ9.5510.9311.06-
YUV91.32126.69122.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 89 (35.16% from 255) = 33.21%
R=30.97%
G=35.82%
B=33.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396890.1400.070.62147.697.2635.1
Hex536059E073E94723
Octal123140131160776224743
Binary1010011110000010110011110011111111010010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536059; }

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

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

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

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

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

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

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

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