Html Css Color HEX #497961 Como

📋 copy color: '#497961'

red 73 ◦ green 121 ◦ blue 97

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

Shades of Como #497961

Tints of Como #497961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.33%

R = 25.09%
G = 41.58%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#497961 (or 0x497961) is known color: Como. HEX triplet: 49, 79 and 61. RGB value is (73,121,97). Sum of RGB (Red+Green+Blue) = 73+121+97=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #497961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497961 is #B6869E. Grayscale: #676767. Windows color (decimal): -11962015 or 6388041. OLE color: 6388041.

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

Color convert

RGB 73 121 97 -
CMYK 0.40 0 0.20 0.53
HSL 150º 0.25% 0.38% -
HSV(B) 150º 0.4% 0.47% -
XYZ 11.74 15.95 13.77 -
YUV 103.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 73 121 97 0.40 0 0.20 0.53 150 0.25 0.38
Hex 49 79 61 28 0 14 35 96 19 26
Octal 111 171 141 50 0 24 65 226 31 46
Binary 1001001 1111001 1100001 101000 0 10100 110101 10010110 11001 100110

Color Harmonies of #497961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497961

Black with #497961

Text Example


Text Example

White with #497961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497961; }

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

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

background-color css

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

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

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

border-color css

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

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

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