Html Css Color HEX #53645E Viridian Green

📋 copy color: '#53645E'

red 83 ◦ green 100 ◦ blue 94

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

Shades of Viridian Green #53645E

Tints of Viridian Green #53645E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 29.96%
G = 36.1%
B = 33.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#53645E (or 0x53645E) is known color: Viridian Green. HEX triplet: 53, 64 and 5E. RGB value is (83,100,94). Sum of RGB (Red+Green+Blue) = 83+100+94=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 100 - color contains mainly: green. Hex color #53645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53645E is #AC9BA1. Grayscale: #5E5E5E. Windows color (decimal): -11312034 or 6186067. OLE color: 6186067.

HSL color Cylindrical-coordinate representation of color #53645E: hue angle of 158.82º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #53645E is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 100 94 -
CMYK 0.17 0 0.06 0.61
HSL 158.82º 0.09% 0.36% -
HSV(B) 158.82º 0.17% 0.39% -
XYZ 10.14 11.76 12.33 -
YUV 94.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 83 100 94 0.17 0 0.06 0.61 158.82 0.09 0.36
Hex 53 64 5E 11 0 6 3D 9F 9 24
Octal 123 144 136 21 0 6 75 237 11 44
Binary 1010011 1100100 1011110 10001 0 110 111101 10011111 1001 100100

Color Harmonies of #53645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53645E

Black with #53645E

Text Example


Text Example

White with #53645E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53645E; }

 p { color: rgb(83,100,94); }

 H1.HeaderClassName
 {
   color: #53645E;
 }
 .AnyTagClassName
 {
   color: #53645E;
 }
</style>

background-color css

<style>
 a { background-color: #53645E; }

 a { background-color: rgb(83,100,94); }

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

border-color css

<style>
 span { border-color: #53645E; }

 span { border-color: rgb(83,100,94); }

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