Html Css Color HEX #53605C Viridian Green

📋 copy color: '#53605C'

red 83 ◦ green 96 ◦ blue 92

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

Shades of Viridian Green #53605C

Tints of Viridian Green #53605C

RGB

 RED value IS 83 (32.81% from 255) = 30.63%

 GREEN value IS 96 (37.89% from 255) = 35.42%

 BLUE value IS 92 (36.33% from 255) = 33.95%

R = 30.63%
G = 35.42%
B = 33.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#53605C (or 0x53605C) is known color: Viridian Green. HEX triplet: 53, 60 and 5C. RGB value is (83,96,92). Sum of RGB (Red+Green+Blue) = 83+96+92=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #53605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53605C is #AC9FA3. Grayscale: #5B5B5B. Windows color (decimal): -11313060 or 6053971. OLE color: 6053971.

HSL color Cylindrical-coordinate representation of color #53605C: hue angle of 161.54º 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 #53605C is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 96 92 -
CMYK 0.14 0 0.04 0.62
HSL 161.54º 0.07% 0.35% -
HSV(B) 161.54º 0.14% 0.38% -
XYZ 9.68 10.98 11.73 -
YUV 91.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 83 96 92 0.14 0 0.04 0.62 161.54 0.07 0.35
Hex 53 60 5C E 0 4 3E A2 7 23
Octal 123 140 134 16 0 4 76 242 7 43
Binary 1010011 1100000 1011100 1110 0 100 111110 10100010 111 100011

Color Harmonies of #53605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53605C

Black with #53605C

Text Example


Text Example

White with #53605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53605C; }

 p { color: rgb(83,96,92); }

 H1.HeaderClassName
 {
   color: #53605C;
 }
 .AnyTagClassName
 {
   color: #53605C;
 }
</style>

background-color css

<style>
 a { background-color: #53605C; }

 a { background-color: rgb(83,96,92); }

 div.DivClassName
 {
   background-color: #53605C;
 }
 .BgClassName
 {
   background-color: #53605C;
 }
</style>

border-color css

<style>
 span { border-color: #53605C; }

 span { border-color: rgb(83,96,92); }

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