#536861

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

Shades of Viridian Green #536861

Tints of Viridian Green #536861

Color information

#536861 (or 0x536861) is unknown color: approx Viridian Green. HEX triplet: 53, 68 and 61. RGB value is (83,104,97). Sum of RGB (Red+Green+Blue) = 83+104+97=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 104 - color contains mainly: green. Hex color #536861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536861 is #AC979E. Grayscale: #606060. Windows color (decimal): -11311007 or 6383699. OLE color: 6383699.

HSL color Cylindrical-coordinate representation of color #536861: hue angle of 160º 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 #536861 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB8310497-
CMYK0.2000.070.59
HSL160º11.23%36.67%-
HSV(B)160º20.19%40.78%-
XYZ10.6812.613.18-
YUV96.92128.04118.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=29.23%
G=36.62%
B=34.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104970.2000.070.5916011.2336.67
Hex53686114073Ba0b25
Octal1231501412407732401345
Binary101001111010001100001101000111111011101000001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536861; }

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

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

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

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

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

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

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

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