#497050

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

Shades of Killarney #497050

Tints of Killarney #497050

Color information

#497050 (or 0x497050) is unknown color: approx Killarney. HEX triplet: 49, 70 and 50. RGB value is (73,112,80). Sum of RGB (Red+Green+Blue) = 73+112+80=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #497050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497050 is #B68FAF. Grayscale: #606060. Windows color (decimal): -11964336 or 5271625. OLE color: 5271625.

HSL color Cylindrical-coordinate representation of color #497050: hue angle of 130.77º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497050 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB7311280-
CMYK0.3500.290.56
HSL130.77º21.08%36.27%-
HSV(B)130.77º34.82%43.92%-
XYZ9.9913.589.68-
YUV96.69118.58111.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=27.55%
G=42.26%
B=30.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112800.3500.290.56130.7721.0836.27
Hex4970502301D38831524
Octal11116012043035702032544
Binary1001001111000010100001000110111011110001000001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497050; }

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

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

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

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

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

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

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

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