#53685D

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

Shades of Viridian Green #53685D

Tints of Viridian Green #53685D

Color information

#53685D (or 0x53685D) is unknown color: approx Viridian Green. HEX triplet: 53, 68 and 5D. RGB value is (83,104,93). Sum of RGB (Red+Green+Blue) = 83+104+93=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #53685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53685D is #AC97A2. Grayscale: #606060. Windows color (decimal): -11311011 or 6121555. OLE color: 6121555.

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

Color convert

RGB8310493-
CMYK0.2000.110.59
HSL148.57º11.23%36.67%-
HSV(B)148.57º20.19%40.78%-
XYZ10.4912.5312.22-
YUV96.47126.04118.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=29.64%
G=37.14%
B=33.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104930.2000.110.59148.5711.2336.67
Hex53685D140B3B95b25
Octal12315013524013732251345
Binary1010011110100010111011010001011111011100101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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