Html Css Color HEX #497360 Como

📋 copy color: '#497360'

red 73 ◦ green 115 ◦ blue 96

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

Shades of Como #497360

Tints of Como #497360

RGB

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

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

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

R = 25.7%
G = 40.49%
B = 33.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#497360 (or 0x497360) is known color: Como. HEX triplet: 49, 73 and 60. RGB value is (73,115,96). Sum of RGB (Red+Green+Blue) = 73+115+96=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #497360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497360 is #B68C9F. Grayscale: #646464. Windows color (decimal): -11963552 or 6320969. OLE color: 6320969.

HSL color Cylindrical-coordinate representation of color #497360: hue angle of 152.86º 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 #497360 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 96 -
CMYK 0.37 0 0.17 0.55
HSL 152.86º 0.22% 0.37% -
HSV(B) 152.86º 0.37% 0.45% -
XYZ 10.99 14.52 13.29 -
YUV 100.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 73 115 96 0.37 0 0.17 0.55 152.86 0.22 0.37
Hex 49 73 60 25 0 11 37 99 16 25
Octal 111 163 140 45 0 21 67 231 26 45
Binary 1001001 1110011 1100000 100101 0 10001 110111 10011001 10110 100101

Color Harmonies of #497360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497360

Black with #497360

Text Example


Text Example

White with #497360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497360; }

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

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

background-color css

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

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

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

border-color css

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

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

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