#496D4B

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

Shades of Killarney #496D4B

Tints of Killarney #496D4B

Color information

#496D4B (or 0x496D4B) is unknown color: approx Killarney. HEX triplet: 49, 6D and 4B. RGB value is (73,109,75). Sum of RGB (Red+Green+Blue) = 73+109+75=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #496D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496D4B is #B692B4. Grayscale: #5E5E5E. Windows color (decimal): -11965109 or 4943177. OLE color: 4943177.

HSL color Cylindrical-coordinate representation of color #496D4B: hue angle of 123.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 #496D4B is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB7310975-
CMYK0.3300.310.57
HSL123.33º19.78%35.69%-
HSV(B)123.33º33.03%42.75%-
XYZ9.4912.868.64-
YUV94.36117.07112.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 109 (42.97% from 255) = 42.41%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=28.40%
G=42.41%
B=29.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73109750.3300.310.57123.3319.7835.69
Hex496D4B2101F397b1424
Octal11115511341037711732444
Binary100100111011011001011100001011111111001111101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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