Html Css Color HEX #497458 Como

📋 copy color: '#497458'

red 73 ◦ green 116 ◦ blue 88

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

Shades of Como #497458

Tints of Como #497458

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.88%

 BLUE value IS 88 (34.77% from 255) = 31.77%

R = 26.35%
G = 41.88%
B = 31.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#497458 (or 0x497458) is known color: Como. HEX triplet: 49, 74 and 58. RGB value is (73,116,88). Sum of RGB (Red+Green+Blue) = 73+116+88=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #497458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497458 is #B68BA7. Grayscale: #646464. Windows color (decimal): -11963304 or 5796937. OLE color: 5796937.

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

Color convert

RGB 73 116 88 -
CMYK 0.37 0 0.24 0.55
HSL 140.93º 0.23% 0.37% -
HSV(B) 140.93º 0.37% 0.45% -
XYZ 10.75 14.61 11.49 -
YUV 99.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 73 116 88 0.37 0 0.24 0.55 140.93 0.23 0.37
Hex 49 74 58 25 0 18 37 8D 17 25
Octal 111 164 130 45 0 30 67 215 27 45
Binary 1001001 1110100 1011000 100101 0 11000 110111 10001101 10111 100101

Color Harmonies of #497458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497458

Black with #497458

Text Example


Text Example

White with #497458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497458; }

 p { color: rgb(73,116,88); }

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

background-color css

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

 a { background-color: rgb(73,116,88); }

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

border-color css

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

 span { border-color: rgb(73,116,88); }

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