Html Css Color HEX #497963 Como

📋 copy color: '#497963'

red 73 ◦ green 121 ◦ blue 99

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

Shades of Como #497963

Tints of Como #497963

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.3%

 BLUE value IS 99 (39.06% from 255) = 33.79%

R = 24.91%
G = 41.3%
B = 33.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#497963 (or 0x497963) is known color: Como. HEX triplet: 49, 79 and 63. RGB value is (73,121,99). Sum of RGB (Red+Green+Blue) = 73+121+99=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #497963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497963 is #B6869C. Grayscale: #686868. Windows color (decimal): -11962013 or 6519113. OLE color: 6519113.

HSL color Cylindrical-coordinate representation of color #497963: hue angle of 152.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497963 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 99 -
CMYK 0.40 0 0.18 0.53
HSL 152.5º 0.25% 0.38% -
HSV(B) 152.5º 0.4% 0.47% -
XYZ 11.84 15.99 14.27 -
YUV 104.14 125.1 105.79 -
System Red Green Blue C M Y K H S L
Decimal 73 121 99 0.40 0 0.18 0.53 152.5 0.25 0.38
Hex 49 79 63 28 0 12 35 98 19 26
Octal 111 171 143 50 0 22 65 230 31 46
Binary 1001001 1111001 1100011 101000 0 10010 110101 10011000 11001 100110

Color Harmonies of #497963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497963

Black with #497963

Text Example


Text Example

White with #497963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497963; }

 p { color: rgb(73,121,99); }

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

background-color css

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

 a { background-color: rgb(73,121,99); }

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

border-color css

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

 span { border-color: rgb(73,121,99); }

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