Html Css Color HEX #497964 Viridian

📋 copy color: '#497964'

red 73 ◦ green 121 ◦ blue 100

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

Shades of Viridian #497964

Tints of Viridian #497964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.16%

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

R = 24.83%
G = 41.16%
B = 34.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#497964 (or 0x497964) is known color: Viridian. HEX triplet: 49, 79 and 64. RGB value is (73,121,100). Sum of RGB (Red+Green+Blue) = 73+121+100=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #497964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497964 is #B6869B. Grayscale: #686868. Windows color (decimal): -11962012 or 6584649. OLE color: 6584649.

HSL color Cylindrical-coordinate representation of color #497964: hue angle of 153.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497964 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 100 -
CMYK 0.40 0 0.17 0.53
HSL 153.75º 0.25% 0.38% -
HSV(B) 153.75º 0.4% 0.47% -
XYZ 11.89 16.01 14.52 -
YUV 104.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 73 121 100 0.40 0 0.17 0.53 153.75 0.25 0.38
Hex 49 79 64 28 0 11 35 9A 19 26
Octal 111 171 144 50 0 21 65 232 31 46
Binary 1001001 1111001 1100100 101000 0 10001 110101 10011010 11001 100110

Color Harmonies of #497964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497964

Black with #497964

Text Example


Text Example

White with #497964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497964; }

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

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

background-color css

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

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

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

border-color css

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

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

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