#49854E

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

Shades of Killarney #49854E

Tints of Killarney #49854E

Color information

#49854E (or 0x49854E) is unknown color: approx Killarney. HEX triplet: 49, 85 and 4E. RGB value is (73,133,78). Sum of RGB (Red+Green+Blue) = 73+133+78=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #49854E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49854E is #B67AB1. Grayscale: #6C6C6C. Windows color (decimal): -11958962 or 5145929. OLE color: 5145929.

HSL color Cylindrical-coordinate representation of color #49854E: hue angle of 125º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49854E is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB7313378-
CMYK0.4500.410.48
HSL125º29.13%40.39%-
HSV(B)125º45.11%52.16%-
XYZ12.5118.7410.17-
YUV108.79110.62102.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 133 (52.34% from 255) = 46.83%
BLUE value IS 78 (30.86% from 255) = 27.46%
R=25.70%
G=46.83%
B=27.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73133780.4500.410.4812529.1340.39
Hex49854E2D029307d1d28
Octal11120511655051601753550
Binary10010011000010110011101011010101001110000111110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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