#49754D

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

Shades of Killarney #49754D

Tints of Killarney #49754D

Color information

#49754D (or 0x49754D) is unknown color: approx Killarney. HEX triplet: 49, 75 and 4D. RGB value is (73,117,77). Sum of RGB (Red+Green+Blue) = 73+117+77=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #49754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49754D is #B68AB2. Grayscale: #636363. Windows color (decimal): -11963059 or 5076297. OLE color: 5076297.

HSL color Cylindrical-coordinate representation of color #49754D: hue angle of 125.45º degrees, saturation: 0.23, 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 #49754D is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB7311777-
CMYK0.3800.340.54
HSL125.45º23.16%37.25%-
HSV(B)125.45º37.61%45.88%-
XYZ10.4514.679.3-
YUV99.28115.42109.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 77 (30.47% from 255) = 28.84%
R=27.34%
G=43.82%
B=28.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117770.3800.340.54125.4523.1637.25
Hex49754D26022367d1725
Octal11116511546042661752745
Binary1001001111010110011011001100100010110110111110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49754D; }

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

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

<style>
 a { background-color: #49754D; }

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

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

<style>
 span { border-color: #49754D; }

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

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