#536D61

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

Shades of Viridian Green #536D61

Tints of Viridian Green #536D61

Color information

#536D61 (or 0x536D61) is unknown color: approx Viridian Green. HEX triplet: 53, 6D and 61. RGB value is (83,109,97). Sum of RGB (Red+Green+Blue) = 83+109+97=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #536D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D61 is #AC929E. Grayscale: #636363. Windows color (decimal): -11309727 or 6384979. OLE color: 6384979.

HSL color Cylindrical-coordinate representation of color #536D61: hue angle of 152.31º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #536D61 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB8310997-
CMYK0.2400.110.57
HSL152.31º13.54%37.65%-
HSV(B)152.31º23.85%42.75%-
XYZ11.1913.6413.35-
YUV99.86126.39115.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 97 (38.28% from 255) = 33.56%
R=28.72%
G=37.72%
B=33.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83109970.2400.110.57152.3113.5437.65
Hex536D61180B3998e26
Octal12315514130013712301646
Binary1010011110110111000011100001011111001100110001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536D61; }

 p { color: rgb(83,109,97); }

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

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

 a { background-color: rgb(83,109,97); }

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

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

 span { border-color: rgb(83,109,97); }

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