#497D4A

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

Shades of Killarney #497D4A

Tints of Killarney #497D4A

Color information

#497D4A (or 0x497D4A) is unknown color: approx Killarney. HEX triplet: 49, 7D and 4A. RGB value is (73,125,74). Sum of RGB (Red+Green+Blue) = 73+125+74=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 125 - color contains mainly: green. Hex color #497D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497D4A is #B682B5. Grayscale: #676767. Windows color (decimal): -11961014 or 4881737. OLE color: 4881737.

HSL color Cylindrical-coordinate representation of color #497D4A: hue angle of 121.15º 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 #497D4A is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB7312574-
CMYK0.4200.410.51
HSL121.15º26.26%38.82%-
HSV(B)121.15º41.6%49.02%-
XYZ11.3216.589.08-
YUV103.64111.27106.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 125 (49.22% from 255) = 45.96%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=26.84%
G=45.96%
B=27.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73125740.4200.410.51121.1526.2638.82
Hex497D4A2A02933791a27
Octal11117511252051631713247
Binary1001001111110110010101010100101001110011111100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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