#497C55

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

Shades of Killarney #497C55

Tints of Killarney #497C55

Color information

#497C55 (or 0x497C55) is unknown color: approx Killarney. HEX triplet: 49, 7C and 55. RGB value is (73,124,85). Sum of RGB (Red+Green+Blue) = 73+124+85=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #497C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C55 is #B683AA. Grayscale: #686868. Windows color (decimal): -11961259 or 5602377. OLE color: 5602377.

HSL color Cylindrical-coordinate representation of color #497C55: hue angle of 134.12º 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 #497C55 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB7312485-
CMYK0.4100.310.51
HSL134.12º25.89%38.63%-
HSV(B)134.12º41.13%48.63%-
XYZ11.5916.4911.17-
YUV104.3117.1105.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.89%
GREEN value IS 124 (48.83% from 255) = 43.97%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=25.89%
G=43.97%
B=30.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73124850.4100.310.51134.1225.8938.63
Hex497C552901F33861a27
Octal11117412551037632063247
Binary1001001111110010101011010010111111100111000011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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