Html Css Color HEX #53695D Viridian Green

📋 copy color: '#53695D'

red 83 ◦ green 105 ◦ blue 93

#53695D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #53695D

Tints of Viridian Green #53695D

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.1%

R = 29.54%
G = 37.37%
B = 33.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#53695D (or 0x53695D) is known color: 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

RGB 83 105 93 -
CMYK 0.21 0 0.11 0.59
HSL 147.27º 0.12% 0.37% -
HSV(B) 147.27º 0.21% 0.41% -
XYZ 10.59 12.73 12.26 -
YUV 97.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 83 105 93 0.21 0 0.11 0.59 147.27 0.12 0.37
Hex 53 69 5D 15 0 B 3B 93 C 25
Octal 123 151 135 25 0 13 73 223 14 45
Binary 1010011 1101001 1011101 10101 0 1011 111011 10010011 1100 100101

Color Harmonies of #53695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53695D

Black with #53695D

Text Example


Text Example

White with #53695D

Text Example


Text Example

HTML Codes & Css Web 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>