Html Css Color HEX #497361 Como

📋 copy color: '#497361'

red 73 ◦ green 115 ◦ blue 97

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

Shades of Como #497361

Tints of Como #497361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.35%

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

R = 25.61%
G = 40.35%
B = 34.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#497361 (or 0x497361) is known color: Como. HEX triplet: 49, 73 and 61. RGB value is (73,115,97). Sum of RGB (Red+Green+Blue) = 73+115+97=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #497361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497361 is #B68C9E. Grayscale: #646464. Windows color (decimal): -11963551 or 6386505. OLE color: 6386505.

HSL color Cylindrical-coordinate representation of color #497361: hue angle of 154.29º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497361 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 97 -
CMYK 0.37 0 0.16 0.55
HSL 154.29º 0.22% 0.37% -
HSV(B) 154.29º 0.37% 0.45% -
XYZ 11.04 14.54 13.53 -
YUV 100.39 126.09 108.46 -
System Red Green Blue C M Y K H S L
Decimal 73 115 97 0.37 0 0.16 0.55 154.29 0.22 0.37
Hex 49 73 61 25 0 10 37 9A 16 25
Octal 111 163 141 45 0 20 67 232 26 45
Binary 1001001 1110011 1100001 100101 0 10000 110111 10011010 10110 100101

Color Harmonies of #497361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497361

Black with #497361

Text Example


Text Example

White with #497361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497361; }

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

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

background-color css

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

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

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

border-color css

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

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

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