#497C50

Color #497C50 Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #497C50

Tints of Killarney #497C50

Color information

#497C50 (or 0x497C50) is unknown color: approx Killarney. HEX triplet: 49, 7C and 50. RGB value is (73,124,80). Sum of RGB (Red+Green+Blue) = 73+124+80=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #497C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C50 is #B683AF. Grayscale: #676767. Windows color (decimal): -11961264 or 5274697. OLE color: 5274697.

HSL color Cylindrical-coordinate representation of color #497C50: hue angle of 128.24º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497C50 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB7312480-
CMYK0.4100.350.51
HSL128.24º25.89%38.63%-
HSV(B)128.24º41.13%48.63%-
XYZ11.416.4110.16-
YUV103.74114.6106.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 124 (48.83% from 255) = 44.77%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=26.35%
G=44.77%
B=28.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73124800.4100.350.51128.2425.8938.63
Hex497C502902333801a27
Octal11117412051043632003247
Binary10010011111100101000010100101000111100111000000011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497C50; }

 p { color: rgb(73,124,80); }

 H1.HeaderClassName
 {
   color: #497C50;
 }
 .AnyTagClassName
 {
   color: #497C50;
 }
</style>
background-color css

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

 a { background-color: rgb(73,124,80); }

 div.DivClassName
 {
   background-color: #497C50;
 }
 .BgClassName
 {
   background-color: #497C50;
 }
</style>
border-color css

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

 span { border-color: rgb(73,124,80); }

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