Html Css Color HEX #497966 Viridian

📋 copy color: '#497966'

red 73 ◦ green 121 ◦ blue 102

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

Shades of Viridian #497966

Tints of Viridian #497966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 24.66%
G = 40.88%
B = 34.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#497966 (or 0x497966) is known color: Viridian. HEX triplet: 49, 79 and 66. RGB value is (73,121,102). Sum of RGB (Red+Green+Blue) = 73+121+102=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #497966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497966 is #B68699. Grayscale: #686868. Windows color (decimal): -11962010 or 6715721. OLE color: 6715721.

HSL color Cylindrical-coordinate representation of color #497966: hue angle of 156.25º 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 #497966 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 102 -
CMYK 0.40 0 0.16 0.53
HSL 156.25º 0.25% 0.38% -
HSV(B) 156.25º 0.4% 0.47% -
XYZ 11.98 16.05 15.04 -
YUV 104.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 73 121 102 0.40 0 0.16 0.53 156.25 0.25 0.38
Hex 49 79 66 28 0 10 35 9C 19 26
Octal 111 171 146 50 0 20 65 234 31 46
Binary 1001001 1111001 1100110 101000 0 10000 110101 10011100 11001 100110

Color Harmonies of #497966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497966

Black with #497966

Text Example


Text Example

White with #497966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497966; }

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

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

background-color css

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

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

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

border-color css

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

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

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