#49754E

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

Shades of Killarney #49754E

Tints of Killarney #49754E

Color information

#49754E (or 0x49754E) is unknown color: approx Killarney. HEX triplet: 49, 75 and 4E. RGB value is (73,117,78). Sum of RGB (Red+Green+Blue) = 73+117+78=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #49754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49754E is #B68AB1. Grayscale: #636363. Windows color (decimal): -11963058 or 5141833. OLE color: 5141833.

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

Color convert

RGB7311778-
CMYK0.3800.330.54
HSL126.82º23.16%37.25%-
HSV(B)126.82º37.61%45.88%-
XYZ10.4814.699.49-
YUV99.4115.92109.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=27.24%
G=43.66%
B=29.10%

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
Decimal73117780.3800.330.54126.8223.1637.25
Hex49754E26021367f1725
Octal11116511646041661772745
Binary1001001111010110011101001100100001110110111111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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