#497955

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

Shades of Killarney #497955

Tints of Killarney #497955

Color information

#497955 (or 0x497955) is unknown color: approx Killarney. HEX triplet: 49, 79 and 55. RGB value is (73,121,85). Sum of RGB (Red+Green+Blue) = 73+121+85=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #497955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497955 is #B686AA. Grayscale: #666666. Windows color (decimal): -11962027 or 5601609. OLE color: 5601609.

HSL color Cylindrical-coordinate representation of color #497955: hue angle of 135º 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 #497955 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB7312185-
CMYK0.4000.300.53
HSL135º24.74%38.04%-
HSV(B)135º39.67%47.45%-
XYZ11.2215.7511.04-
YUV102.54118.1106.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 121 (47.66% from 255) = 43.37%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=26.16%
G=43.37%
B=30.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73121850.4000.300.5313524.7438.04
Hex4979552801E35871926
Octal11117112550036652073146
Binary1001001111100110101011010000111101101011000011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497955; }

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

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

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

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

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

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

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

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