#49724D

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

Shades of Killarney #49724D

Tints of Killarney #49724D

Color information

#49724D (or 0x49724D) is unknown color: approx Killarney. HEX triplet: 49, 72 and 4D. RGB value is (73,114,77). Sum of RGB (Red+Green+Blue) = 73+114+77=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #49724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49724D is #B68DB2. Grayscale: #616161. Windows color (decimal): -11963827 or 5075529. OLE color: 5075529.

HSL color Cylindrical-coordinate representation of color #49724D: hue angle of 125.85º 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 #49724D is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB7311477-
CMYK0.3600.320.55
HSL125.85º21.93%36.67%-
HSV(B)125.85º35.96%44.71%-
XYZ10.113.999.19-
YUV97.52116.42110.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=27.65%
G=43.18%
B=29.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114770.3600.320.55125.8521.9336.67
Hex49724D24020377e1625
Octal11116211544040671762645
Binary1001001111001010011011001000100000110111111111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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