Html Css Color HEX #53685D Viridian Green

📋 copy color: '#53685D'

red 83 ◦ green 104 ◦ blue 93

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

Shades of Viridian Green #53685D

Tints of Viridian Green #53685D

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 value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

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

RGB 83 104 93 -
CMYK 0.20 0 0.11 0.59
HSL 148.57º 0.11% 0.37% -
HSV(B) 148.57º 0.2% 0.41% -
XYZ 10.49 12.53 12.22 -
YUV 96.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 83 104 93 0.20 0 0.11 0.59 148.57 0.11 0.37
Hex 53 68 5D 14 0 B 3B 95 B 25
Octal 123 150 135 24 0 13 73 225 13 45
Binary 1010011 1101000 1011101 10100 0 1011 111011 10010101 1011 100101

Color Harmonies of #53685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53685D

Black with #53685D

Text Example


Text Example

White with #53685D

Text Example


Text Example

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