#53605D

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

Shades of Viridian Green #53605D

Tints of Viridian Green #53605D

Color information

#53605D (or 0x53605D) is unknown color: approx Viridian Green. HEX triplet: 53, 60 and 5D. RGB value is (83,96,93). Sum of RGB (Red+Green+Blue) = 83+96+93=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 96 - color contains mainly: green. Hex color #53605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53605D is #AC9FA2. Grayscale: #5B5B5B. Windows color (decimal): -11313059 or 6119507. OLE color: 6119507.

HSL color Cylindrical-coordinate representation of color #53605D: hue angle of 166.15º 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 #53605D is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB839693-
CMYK0.1400.030.62
HSL166.15º7.26%35.1%-
HSV(B)166.15º13.54%37.65%-
XYZ9.731111.97-
YUV91.77128.69121.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=30.51%
G=35.29%
B=34.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396930.1400.030.62166.157.2635.1
Hex53605DE033Ea6723
Octal123140135160376246743
Binary101001111000001011101111001111111010100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53605D; }

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

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

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

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

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

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

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

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