Html Css Color HEX #497564 Viridian

📋 copy color: '#497564'

red 73 ◦ green 117 ◦ blue 100

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

Shades of Viridian #497564

Tints of Viridian #497564

RGB

 RED value IS 73 (28.91% from 255) = 25.17%

 GREEN value IS 117 (46.09% from 255) = 40.34%

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 25.17%
G = 40.34%
B = 34.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#497564 (or 0x497564) is known color: Viridian. HEX triplet: 49, 75 and 64. RGB value is (73,117,100). Sum of RGB (Red+Green+Blue) = 73+117+100=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #497564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497564 is #B68A9B. Grayscale: #656565. Windows color (decimal): -11963036 or 6583625. OLE color: 6583625.

HSL color Cylindrical-coordinate representation of color #497564: hue angle of 156.82º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497564 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 100 -
CMYK 0.38 0 0.15 0.54
HSL 156.82º 0.23% 0.37% -
HSV(B) 156.82º 0.38% 0.46% -
XYZ 11.41 15.06 14.36 -
YUV 101.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 73 117 100 0.38 0 0.15 0.54 156.82 0.23 0.37
Hex 49 75 64 26 0 F 36 9D 17 25
Octal 111 165 144 46 0 17 66 235 27 45
Binary 1001001 1110101 1100100 100110 0 1111 110110 10011101 10111 100101

Color Harmonies of #497564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497564

Black with #497564

Text Example


Text Example

White with #497564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497564; }

 p { color: rgb(73,117,100); }

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

background-color css

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

 a { background-color: rgb(73,117,100); }

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

border-color css

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

 span { border-color: rgb(73,117,100); }

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