#497D53

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

Shades of Killarney #497D53

Tints of Killarney #497D53

Color information

#497D53 (or 0x497D53) is unknown color: approx Killarney. HEX triplet: 49, 7D and 53. RGB value is (73,125,83). Sum of RGB (Red+Green+Blue) = 73+125+83=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 125 - color contains mainly: green. Hex color #497D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D53 is #B682AC. Grayscale: #686868. Windows color (decimal): -11961005 or 5471561. OLE color: 5471561.

HSL color Cylindrical-coordinate representation of color #497D53: hue angle of 131.54º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497D53 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB7312583-
CMYK0.4200.340.51
HSL131.54º26.26%38.82%-
HSV(B)131.54º41.6%49.02%-
XYZ11.6416.7110.79-
YUV104.66115.77105.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 125 (49.22% from 255) = 44.48%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=25.98%
G=44.48%
B=29.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73125830.4200.340.51131.5426.2638.82
Hex497D532A02233841a27
Octal11117512352042632043247
Binary10010011111101101001110101001000101100111000010011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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