#536E63

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

Shades of Viridian Green #536E63

Tints of Viridian Green #536E63

Color information

#536E63 (or 0x536E63) is unknown color: approx Viridian Green. HEX triplet: 53, 6E and 63. RGB value is (83,110,99). Sum of RGB (Red+Green+Blue) = 83+110+99=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 110 - color contains mainly: green. Hex color #536E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E63 is #AC919C. Grayscale: #646464. Windows color (decimal): -11309469 or 6516307. OLE color: 6516307.

HSL color Cylindrical-coordinate representation of color #536E63: hue angle of 155.56º 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 #536E63 is Cyan = 0.25, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.

Color convert

RGB8311099-
CMYK0.2500.10.57
HSL155.56º13.99%37.84%-
HSV(B)155.56º24.55%43.14%-
XYZ11.413.8913.89-
YUV100.67127.05115.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 110 (43.36% from 255) = 37.67%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=28.42%
G=37.67%
B=33.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83110990.2500.10.57155.5613.9937.84
Hex536E63190A399ce26
Octal12315614331012712341646
Binary1010011110111011000111100101010111001100111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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