#497A55

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

Shades of Killarney #497A55

Tints of Killarney #497A55

Color information

#497A55 (or 0x497A55) is unknown color: approx Killarney. HEX triplet: 49, 7A and 55. RGB value is (73,122,85). Sum of RGB (Red+Green+Blue) = 73+122+85=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #497A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A55 is #B685AA. Grayscale: #676767. Windows color (decimal): -11961771 or 5601865. OLE color: 5601865.

HSL color Cylindrical-coordinate representation of color #497A55: hue angle of 134.69º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A55 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB7312285-
CMYK0.4000.300.52
HSL134.69º25.13%38.24%-
HSV(B)134.69º40.16%47.84%-
XYZ11.3515.9911.08-
YUV103.13117.77106.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 122 (48.05% from 255) = 43.57%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=26.07%
G=43.57%
B=30.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122850.4000.300.52134.6925.1338.24
Hex497A552801E34871926
Octal11117212550036642073146
Binary1001001111101010101011010000111101101001000011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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