#496D4E

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

Shades of Killarney #496D4E

Tints of Killarney #496D4E

Color information

#496D4E (or 0x496D4E) is unknown color: approx Killarney. HEX triplet: 49, 6D and 4E. RGB value is (73,109,78). Sum of RGB (Red+Green+Blue) = 73+109+78=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 109 - color contains mainly: green. Hex color #496D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D4E is #B692B1. Grayscale: #5E5E5E. Windows color (decimal): -11965106 or 5139785. OLE color: 5139785.

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

Color convert

RGB7310978-
CMYK0.3300.280.57
HSL128.33º19.78%35.69%-
HSV(B)128.33º33.03%42.75%-
XYZ9.5912.99.19-
YUV94.7118.57112.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 109 (42.97% from 255) = 41.92%
BLUE value IS 78 (30.86% from 255) = 30%
R=28.08%
G=41.92%
B=30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73109780.3300.280.57128.3319.7835.69
Hex496D4E2101C39801424
Octal11115511641034712002444
Binary1001001110110110011101000010111001110011000000010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,109,78); }

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

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

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

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

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

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

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