#49724A

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

Shades of Killarney #49724A

Tints of Killarney #49724A

Color information

#49724A (or 0x49724A) is unknown color: approx Killarney. HEX triplet: 49, 72 and 4A. RGB value is (73,114,74). Sum of RGB (Red+Green+Blue) = 73+114+74=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #49724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49724A is #B68DB5. Grayscale: #616161. Windows color (decimal): -11963830 or 4878921. OLE color: 4878921.

HSL color Cylindrical-coordinate representation of color #49724A: hue angle of 121.46º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49724A is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB7311474-
CMYK0.3600.350.55
HSL121.46º21.93%36.67%-
HSV(B)121.46º35.96%44.71%-
XYZ1013.958.64-
YUV97.18114.92110.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=27.97%
G=43.68%
B=28.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114740.3600.350.55121.4621.9336.67
Hex49724A2402337791625
Octal11116211244043671712645
Binary1001001111001010010101001000100011110111111100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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