#496F4E

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

Shades of Killarney #496F4E

Tints of Killarney #496F4E

Color information

#496F4E (or 0x496F4E) is unknown color: approx Killarney. HEX triplet: 49, 6F and 4E. RGB value is (73,111,78). Sum of RGB (Red+Green+Blue) = 73+111+78=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #496F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F4E is #B690B1. Grayscale: #5F5F5F. Windows color (decimal): -11964594 or 5140297. OLE color: 5140297.

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

Color convert

RGB7311178-
CMYK0.3400.300.56
HSL127.89º20.65%36.08%-
HSV(B)127.89º34.23%43.53%-
XYZ9.8113.349.26-
YUV95.88117.91111.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 111 (43.75% from 255) = 42.37%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=27.86%
G=42.37%
B=29.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73111780.3400.300.56127.8920.6536.08
Hex496F4E2201E38801524
Octal11115711642036702002544
Binary1001001110111110011101000100111101110001000000010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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