#497A51

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

Shades of Killarney #497A51

Tints of Killarney #497A51

Color information

#497A51 (or 0x497A51) is unknown color: approx Killarney. HEX triplet: 49, 7A and 51. RGB value is (73,122,81). Sum of RGB (Red+Green+Blue) = 73+122+81=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #497A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A51 is #B685AE. Grayscale: #666666. Windows color (decimal): -11961775 or 5339721. OLE color: 5339721.

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

Color convert

RGB7312281-
CMYK0.4000.340.52
HSL129.8º25.13%38.24%-
HSV(B)129.8º40.16%47.84%-
XYZ11.1915.9310.27-
YUV102.67115.77106.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 122 (48.05% from 255) = 44.20%
BLUE value IS 81 (32.03% from 255) = 29.35%
R=26.45%
G=44.20%
B=29.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122810.4000.340.52129.825.1338.24
Hex497A512802234821926
Octal11117212150042642023146
Binary10010011111010101000110100001000101101001000001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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