#49764F

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

Shades of Killarney #49764F

Tints of Killarney #49764F

Color information

#49764F (or 0x49764F) is unknown color: approx Killarney. HEX triplet: 49, 76 and 4F. RGB value is (73,118,79). Sum of RGB (Red+Green+Blue) = 73+118+79=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #49764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49764F is #B689B0. Grayscale: #646464. Windows color (decimal): -11962801 or 5207625. OLE color: 5207625.

HSL color Cylindrical-coordinate representation of color #49764F: hue angle of 128º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49764F is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB7311879-
CMYK0.3800.330.54
HSL128º23.56%37.45%-
HSV(B)128º38.14%46.27%-
XYZ10.6414.949.72-
YUV100.1116.09108.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=27.04%
G=43.70%
B=29.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73118790.3800.330.5412823.5637.45
Hex49764F2602136801825
Octal11116611746041662003045
Binary10010011110110100111110011001000011101101000000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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