Html Css Color HEX #497A60 Como

📋 copy color: '#497A60'

red 73 ◦ green 122 ◦ blue 96

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

Shades of Como #497A60

Tints of Como #497A60

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.92%

 BLUE value IS 96 (37.89% from 255) = 32.99%

R = 25.09%
G = 41.92%
B = 32.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#497A60 (or 0x497A60) is known color: Como. HEX triplet: 49, 7A and 60. RGB value is (73,122,96). Sum of RGB (Red+Green+Blue) = 73+122+96=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 122 - color contains mainly: green. Hex color #497A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A60 is #B6859F. Grayscale: #686868. Windows color (decimal): -11961760 or 6322761. OLE color: 6322761.

HSL color Cylindrical-coordinate representation of color #497A60: hue angle of 148.16º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A60 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 96 -
CMYK 0.40 0 0.21 0.52
HSL 148.16º 0.25% 0.38% -
HSV(B) 148.16º 0.4% 0.48% -
XYZ 11.82 16.18 13.57 -
YUV 104.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 73 122 96 0.40 0 0.21 0.52 148.16 0.25 0.38
Hex 49 7A 60 28 0 15 34 94 19 26
Octal 111 172 140 50 0 25 64 224 31 46
Binary 1001001 1111010 1100000 101000 0 10101 110100 10010100 11001 100110

Color Harmonies of #497A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A60

Black with #497A60

Text Example


Text Example

White with #497A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497A60; }

 p { color: rgb(73,122,96); }

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

background-color css

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

 a { background-color: rgb(73,122,96); }

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

border-color css

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

 span { border-color: rgb(73,122,96); }

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