#497B48

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

Shades of Killarney #497B48

Tints of Killarney #497B48

Color information

#497B48 (or 0x497B48) is unknown color: approx Killarney. HEX triplet: 49, 7B and 48. RGB value is (73,123,72). Sum of RGB (Red+Green+Blue) = 73+123+72=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #497B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497B48 is #B684B7. Grayscale: #666666. Windows color (decimal): -11961528 or 4750153. OLE color: 4750153.

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

Color convert

RGB7312372-
CMYK0.4100.410.52
HSL118.82º26.15%38.24%-
HSV(B)118.82º41.46%48.24%-
XYZ1116.058.65-
YUV102.24110.94107.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 123 (48.44% from 255) = 45.90%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=27.24%
G=45.90%
B=26.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73123720.4100.410.52118.8226.1538.24
Hex497B482902934771a26
Octal11117311051051641673246
Binary1001001111101110010001010010101001110100111011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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