#49744E

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

Shades of Killarney #49744E

Tints of Killarney #49744E

Color information

#49744E (or 0x49744E) is unknown color: approx Killarney. HEX triplet: 49, 74 and 4E. RGB value is (73,116,78). Sum of RGB (Red+Green+Blue) = 73+116+78=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 116 - color contains mainly: green. Hex color #49744E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49744E is #B68BB1. Grayscale: #626262. Windows color (decimal): -11963314 or 5141577. OLE color: 5141577.

HSL color Cylindrical-coordinate representation of color #49744E: hue angle of 126.98º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49744E is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB7311678-
CMYK0.3700.330.55
HSL126.98º22.75%37.06%-
HSV(B)126.98º37.07%45.49%-
XYZ10.3714.469.45-
YUV98.81116.25109.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 116 (45.70% from 255) = 43.45%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=27.34%
G=43.45%
B=29.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116780.3700.330.55126.9822.7537.06
Hex49744E25021377f1725
Octal11116411645041671772745
Binary1001001111010010011101001010100001110111111111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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