#49734E

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

Shades of Killarney #49734E

Tints of Killarney #49734E

Color information

#49734E (or 0x49734E) is unknown color: approx Killarney. HEX triplet: 49, 73 and 4E. RGB value is (73,115,78). Sum of RGB (Red+Green+Blue) = 73+115+78=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 115 - color contains mainly: green. Hex color #49734E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49734E is #B68CB1. Grayscale: #626262. Windows color (decimal): -11963570 or 5141321. OLE color: 5141321.

HSL color Cylindrical-coordinate representation of color #49734E: hue angle of 127.14º degrees, saturation: 0.22, 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 #49734E is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB7311578-
CMYK0.3700.320.55
HSL127.14º22.34%36.86%-
HSV(B)127.14º36.52%45.1%-
XYZ10.2514.239.41-
YUV98.22116.59110.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 115 (45.31% from 255) = 43.23%
BLUE value IS 78 (30.86% from 255) = 29.32%
R=27.44%
G=43.23%
B=29.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73115780.3700.320.55127.1422.3436.86
Hex49734E25020377f1625
Octal11116311645040671772645
Binary1001001111001110011101001010100000110111111111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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