#49814A

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

Shades of Killarney #49814A

Tints of Killarney #49814A

Color information

#49814A (or 0x49814A) is unknown color: approx Killarney. HEX triplet: 49, 81 and 4A. RGB value is (73,129,74). Sum of RGB (Red+Green+Blue) = 73+129+74=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #49814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49814A is #B67EB5. Grayscale: #6A6A6A. Windows color (decimal): -11959990 or 4882761. OLE color: 4882761.

HSL color Cylindrical-coordinate representation of color #49814A: hue angle of 121.07º 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 #49814A is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB7312974-
CMYK0.4300.430.49
HSL121.07º27.72%39.61%-
HSV(B)121.07º43.41%50.59%-
XYZ11.8317.619.25-
YUV105.99109.95104.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 129 (50.78% from 255) = 46.74%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=26.45%
G=46.74%
B=26.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73129740.4300.430.49121.0727.7239.61
Hex49814A2B02B31791c28
Octal11120111253053611713450
Binary10010011000000110010101010110101011110001111100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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