Html Css Color HEX #53605D Viridian Green

📋 copy color: '#53605D'

red 83 ◦ green 96 ◦ blue 93

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

Shades of Viridian Green #53605D

Tints of Viridian Green #53605D

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

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 83 96 93 -
CMYK 0.14 0 0.03 0.62
HSL 166.15º 0.07% 0.35% -
HSV(B) 166.15º 0.14% 0.38% -
XYZ 9.73 11 11.97 -
YUV 91.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 83 96 93 0.14 0 0.03 0.62 166.15 0.07 0.35
Hex 53 60 5D E 0 3 3E A6 7 23
Octal 123 140 135 16 0 3 76 246 7 43
Binary 1010011 1100000 1011101 1110 0 11 111110 10100110 111 100011

Color Harmonies of #53605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53605D

Black with #53605D

Text Example


Text Example

White with #53605D

Text Example


Text Example

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