Html Css Color HEX #497260 Como

📋 copy color: '#497260'

red 73 ◦ green 114 ◦ blue 96

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

Shades of Como #497260

Tints of Como #497260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.28%

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

R = 25.8%
G = 40.28%
B = 33.92%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#497260 (or 0x497260) is known color: Como. HEX triplet: 49, 72 and 60. RGB value is (73,114,96). Sum of RGB (Red+Green+Blue) = 73+114+96=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #497260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497260 is #B68D9F. Grayscale: #636363. Windows color (decimal): -11963808 or 6320713. OLE color: 6320713.

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

Color convert

RGB 73 114 96 -
CMYK 0.36 0 0.16 0.55
HSL 153.66º 0.22% 0.37% -
HSV(B) 153.66º 0.36% 0.45% -
XYZ 10.88 14.3 13.25 -
YUV 99.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 73 114 96 0.36 0 0.16 0.55 153.66 0.22 0.37
Hex 49 72 60 24 0 10 37 9A 16 25
Octal 111 162 140 44 0 20 67 232 26 45
Binary 1001001 1110010 1100000 100100 0 10000 110111 10011010 10110 100101

Color Harmonies of #497260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497260

Black with #497260

Text Example


Text Example

White with #497260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497260; }

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

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

background-color css

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

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

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

border-color css

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

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

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