#49774F

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

Shades of Killarney #49774F

Tints of Killarney #49774F

Color information

#49774F (or 0x49774F) is unknown color: approx Killarney. HEX triplet: 49, 77 and 4F. RGB value is (73,119,79). Sum of RGB (Red+Green+Blue) = 73+119+79=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #49774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49774F is #B688B0. Grayscale: #646464. Windows color (decimal): -11962545 or 5207881. OLE color: 5207881.

HSL color Cylindrical-coordinate representation of color #49774F: hue angle of 127.83º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49774F is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB7311979-
CMYK0.3900.340.53
HSL127.83º23.96%37.65%-
HSV(B)127.83º38.66%46.67%-
XYZ10.7615.179.76-
YUV100.69115.76108.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 79 (31.25% from 255) = 29.15%
R=26.94%
G=43.91%
B=29.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73119790.3900.340.53127.8323.9637.65
Hex49774F2702235801826
Octal11116711747042652003046
Binary10010011110111100111110011101000101101011000000011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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