#496E48

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

Shades of Killarney #496E48

Tints of Killarney #496E48

Color information

#496E48 (or 0x496E48) is unknown color: approx Killarney. HEX triplet: 49, 6E and 48. RGB value is (73,110,72). Sum of RGB (Red+Green+Blue) = 73+110+72=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 110 - color contains mainly: green. Hex color #496E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E48 is #B691B7. Grayscale: #5E5E5E. Windows color (decimal): -11964856 or 4746825. OLE color: 4746825.

HSL color Cylindrical-coordinate representation of color #496E48: hue angle of 118.42º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #496E48 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB7311072-
CMYK0.3400.350.57
HSL118.42º20.88%35.69%-
HSV(B)118.42º34.55%43.14%-
XYZ9.4913.048.15-
YUV94.6115.24112.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 110 (43.36% from 255) = 43.14%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=28.63%
G=43.14%
B=28.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73110720.3400.350.57118.4220.8835.69
Hex496E482202339761524
Octal11115611042043711662544
Binary1001001110111010010001000100100011111001111011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496E48; }

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

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

<style>
 a { background-color: #496E48; }

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

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

<style>
 span { border-color: #496E48; }

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

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