#497A48

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

Shades of Killarney #497A48

Tints of Killarney #497A48

Color information

#497A48 (or 0x497A48) is unknown color: approx Killarney. HEX triplet: 49, 7A and 48. RGB value is (73,122,72). Sum of RGB (Red+Green+Blue) = 73+122+72=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 122 - color contains mainly: green. Hex color #497A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A48 is #B685B7. Grayscale: #656565. Windows color (decimal): -11961784 or 4749897. OLE color: 4749897.

HSL color Cylindrical-coordinate representation of color #497A48: hue angle of 118.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497A48 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB7312272-
CMYK0.4000.410.52
HSL118.8º25.77%38.04%-
HSV(B)118.8º40.98%47.84%-
XYZ10.8815.88.61-
YUV101.65111.27107.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 122 (48.05% from 255) = 45.69%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=27.34%
G=45.69%
B=26.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122720.4000.410.52118.825.7738.04
Hex497A482802934771a26
Octal11117211050051641673246
Binary1001001111101010010001010000101001110100111011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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