#496E4C

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

Shades of Killarney #496E4C

Tints of Killarney #496E4C

Color information

#496E4C (or 0x496E4C) is unknown color: approx Killarney. HEX triplet: 49, 6E and 4C. RGB value is (73,110,76). Sum of RGB (Red+Green+Blue) = 73+110+76=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 110 - color contains mainly: green. Hex color #496E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E4C is #B691B3. Grayscale: #5F5F5F. Windows color (decimal): -11964852 or 5008969. OLE color: 5008969.

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

Color convert

RGB7311076-
CMYK0.3400.310.57
HSL124.86º20.22%35.88%-
HSV(B)124.86º33.64%43.14%-
XYZ9.6313.098.86-
YUV95.06117.24112.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 110 (43.36% from 255) = 42.47%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=28.19%
G=42.47%
B=29.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73110760.3400.310.57124.8620.2235.88
Hex496E4C2201F397d1424
Octal11115611442037711752444
Binary100100111011101001100100010011111111001111110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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