#49814E

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

Shades of Killarney #49814E

Tints of Killarney #49814E

Color information

#49814E (or 0x49814E) is unknown color: approx Killarney. HEX triplet: 49, 81 and 4E. RGB value is (73,129,78). Sum of RGB (Red+Green+Blue) = 73+129+78=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #49814E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49814E is #B67EB1. Grayscale: #6A6A6A. Windows color (decimal): -11959986 or 5144905. OLE color: 5144905.

HSL color Cylindrical-coordinate representation of color #49814E: hue angle of 125.36º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49814E is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB7312978-
CMYK0.4300.400.49
HSL125.36º27.72%39.61%-
HSV(B)125.36º43.41%50.59%-
XYZ11.9717.679.99-
YUV106.44111.95104.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 129 (50.78% from 255) = 46.07%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=26.07%
G=46.07%
B=27.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73129780.4300.400.49125.3627.7239.61
Hex49814E2B028317d1c28
Octal11120111653050611753450
Binary10010011000000110011101010110101000110001111110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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