#497A53

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

Shades of Killarney #497A53

Tints of Killarney #497A53

Color information

#497A53 (or 0x497A53) is unknown color: approx Killarney. HEX triplet: 49, 7A and 53. RGB value is (73,122,83). Sum of RGB (Red+Green+Blue) = 73+122+83=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 122 - color contains mainly: green. Hex color #497A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A53 is #B685AC. Grayscale: #676767. Windows color (decimal): -11961773 or 5470793. OLE color: 5470793.

HSL color Cylindrical-coordinate representation of color #497A53: hue angle of 132.24º 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 #497A53 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB7312283-
CMYK0.4000.320.52
HSL132.24º25.13%38.24%-
HSV(B)132.24º40.16%47.84%-
XYZ11.2715.9610.67-
YUV102.9116.77106.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 122 (48.05% from 255) = 43.88%
BLUE value IS 83 (32.81% from 255) = 29.86%
R=26.26%
G=43.88%
B=29.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122830.4000.320.52132.2425.1338.24
Hex497A532802034841926
Octal11117212350040642043146
Binary10010011111010101001110100001000001101001000010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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