#497A49

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

Shades of Killarney #497A49

Tints of Killarney #497A49

Color information

#497A49 (or 0x497A49) is unknown color: approx Killarney. HEX triplet: 49, 7A and 49. RGB value is (73,122,73). Sum of RGB (Red+Green+Blue) = 73+122+73=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #497A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A49 is #B685B6. Grayscale: #656565. Windows color (decimal): -11961783 or 4815433. OLE color: 4815433.

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

Color convert

RGB7312273-
CMYK0.4000.400.52
HSL120º25.13%38.24%-
HSV(B)120º40.16%47.84%-
XYZ10.9115.828.78-
YUV101.76111.77107.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 122 (48.05% from 255) = 45.52%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=27.24%
G=45.52%
B=27.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122730.4000.400.5212025.1338.24
Hex497A492802834781926
Octal11117211150050641703146
Binary1001001111101010010011010000101000110100111100011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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