#496F4D

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

Shades of Killarney #496F4D

Tints of Killarney #496F4D

Color information

#496F4D (or 0x496F4D) is unknown color: approx Killarney. HEX triplet: 49, 6F and 4D. RGB value is (73,111,77). Sum of RGB (Red+Green+Blue) = 73+111+77=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 111 - color contains mainly: green. Hex color #496F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F4D is #B690B2. Grayscale: #5F5F5F. Windows color (decimal): -11964595 or 5074761. OLE color: 5074761.

HSL color Cylindrical-coordinate representation of color #496F4D: hue angle of 126.32º 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 #496F4D is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB7311177-
CMYK0.3400.310.56
HSL126.32º20.65%36.08%-
HSV(B)126.32º34.23%43.53%-
XYZ9.7713.329.08-
YUV95.76117.41111.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 111 (43.75% from 255) = 42.53%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=27.97%
G=42.53%
B=29.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73111770.3400.310.56126.3220.6536.08
Hex496F4D2201F387e1524
Octal11115711542037701762544
Binary100100111011111001101100010011111111000111111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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