Html Css Color HEX #497E61 Como

📋 copy color: '#497E61'

red 73 ◦ green 126 ◦ blue 97

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

Shades of Como #497E61

Tints of Como #497E61

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.57%

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

R = 24.66%
G = 42.57%
B = 32.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#497E61 (or 0x497E61) is known color: Como. HEX triplet: 49, 7E and 61. RGB value is (73,126,97). Sum of RGB (Red+Green+Blue) = 73+126+97=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 126 - color contains mainly: green. Hex color #497E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497E61 is #B6819E. Grayscale: #6A6A6A. Windows color (decimal): -11960735 or 6389321. OLE color: 6389321.

HSL color Cylindrical-coordinate representation of color #497E61: hue angle of 147.17º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497E61 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 126 97 -
CMYK 0.42 0 0.23 0.51
HSL 147.17º 0.27% 0.39% -
HSV(B) 147.17º 0.42% 0.49% -
XYZ 12.37 17.2 13.98 -
YUV 106.85 122.44 103.86 -
System Red Green Blue C M Y K H S L
Decimal 73 126 97 0.42 0 0.23 0.51 147.17 0.27 0.39
Hex 49 7E 61 2A 0 17 33 93 1B 27
Octal 111 176 141 52 0 27 63 223 33 47
Binary 1001001 1111110 1100001 101010 0 10111 110011 10010011 11011 100111

Color Harmonies of #497E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497E61

Black with #497E61

Text Example


Text Example

White with #497E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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