#49864F

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

Shades of Killarney #49864F

Tints of Killarney #49864F

Color information

#49864F (or 0x49864F) is unknown color: approx Killarney. HEX triplet: 49, 86 and 4F. RGB value is (73,134,79). Sum of RGB (Red+Green+Blue) = 73+134+79=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #49864F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49864F is #B679B0. Grayscale: #6D6D6D. Windows color (decimal): -11958705 or 5211721. OLE color: 5211721.

HSL color Cylindrical-coordinate representation of color #49864F: hue angle of 125.9º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49864F is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB7313479-
CMYK0.4600.410.47
HSL125.9º29.47%40.59%-
HSV(B)125.9º45.52%52.55%-
XYZ12.6819.0310.4-
YUV109.49110.79101.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=25.52%
G=46.85%
B=27.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73134790.4600.410.47125.929.4740.59
Hex49864F2E0292F7e1d29
Octal11120611756051571763551
Binary10010011000011010011111011100101001101111111111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49864F; }

 p { color: rgb(73,134,79); }

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

<style>
 a { background-color: #49864F; }

 a { background-color: rgb(73,134,79); }

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

<style>
 span { border-color: #49864F; }

 span { border-color: rgb(73,134,79); }

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