#49724F

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

Shades of Killarney #49724F

Tints of Killarney #49724F

Color information

#49724F (or 0x49724F) is unknown color: approx Killarney. HEX triplet: 49, 72 and 4F. RGB value is (73,114,79). Sum of RGB (Red+Green+Blue) = 73+114+79=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #49724F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49724F is #B68DB0. Grayscale: #616161. Windows color (decimal): -11963825 or 5206601. OLE color: 5206601.

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

Color convert

RGB7311479-
CMYK0.3600.310.55
HSL128.78º21.93%36.67%-
HSV(B)128.78º35.96%44.71%-
XYZ10.1814.029.57-
YUV97.75117.42110.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=27.44%
G=42.86%
B=29.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114790.3600.310.55128.7821.9336.67
Hex49724F2401F37811625
Octal11116211744037672012645
Binary1001001111001010011111001000111111101111000000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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