#53695D

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

Shades of Viridian Green #53695D

Tints of Viridian Green #53695D

Color information

#53695D (or 0x53695D) is unknown color: approx Viridian Green. HEX triplet: 53, 69 and 5D. RGB value is (83,105,93). Sum of RGB (Red+Green+Blue) = 83+105+93=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #53695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53695D is #AC96A2. Grayscale: #616161. Windows color (decimal): -11310755 or 6121811. OLE color: 6121811.

HSL color Cylindrical-coordinate representation of color #53695D: hue angle of 147.27º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #53695D is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB8310593-
CMYK0.2100.110.59
HSL147.27º11.7%36.86%-
HSV(B)147.27º20.95%41.18%-
XYZ10.5912.7312.26-
YUV97.05125.71117.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 105 (41.41% from 255) = 37.37%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=29.54%
G=37.37%
B=33.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105930.2100.110.59147.2711.736.86
Hex53695D150B3B93c25
Octal12315113525013732231445
Binary1010011110100110111011010101011111011100100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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