#496C4B

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

Shades of Killarney #496C4B

Tints of Killarney #496C4B

Color information

#496C4B (or 0x496C4B) is unknown color: approx Killarney. HEX triplet: 49, 6C and 4B. RGB value is (73,108,75). Sum of RGB (Red+Green+Blue) = 73+108+75=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 108 - color contains mainly: green. Hex color #496C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496C4B is #B693B4. Grayscale: #5D5D5D. Windows color (decimal): -11965365 or 4942921. OLE color: 4942921.

HSL color Cylindrical-coordinate representation of color #496C4B: hue angle of 123.43º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496C4B is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB7310875-
CMYK0.3200.310.58
HSL123.43º19.34%35.49%-
HSV(B)123.43º32.41%42.35%-
XYZ9.3812.658.6-
YUV93.77117.4113.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 108 (42.58% from 255) = 42.19%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=28.52%
G=42.19%
B=29.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73108750.3200.310.58123.4319.3435.49
Hex496C4B2001F3A7b1323
Octal11115411340037721732343
Binary100100111011001001011100000011111111010111101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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