#536E62

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

Shades of Viridian Green #536E62

Tints of Viridian Green #536E62

Color information

#536E62 (or 0x536E62) is unknown color: approx Viridian Green. HEX triplet: 53, 6E and 62. RGB value is (83,110,98). Sum of RGB (Red+Green+Blue) = 83+110+98=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 110 - color contains mainly: green. Hex color #536E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E62 is #AC919D. Grayscale: #646464. Windows color (decimal): -11309470 or 6450771. OLE color: 6450771.

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

Color convert

RGB8311098-
CMYK0.2500.110.57
HSL153.33º13.99%37.84%-
HSV(B)153.33º24.55%43.14%-
XYZ11.3513.8713.63-
YUV100.56126.55115.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=28.52%
G=37.80%
B=33.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83110980.2500.110.57153.3313.9937.84
Hex536E62190B3999e26
Octal12315614231013712311646
Binary1010011110111011000101100101011111001100110011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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