#4A7849

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

Shades of Killarney #4A7849

Tints of Killarney #4A7849

Color information

#4A7849 (or 0x4A7849) is unknown color: approx Killarney. HEX triplet: 4A, 78 and 49. RGB value is (74,120,73). Sum of RGB (Red+Green+Blue) = 74+120+73=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7849 is #B587B6. Grayscale: #656565. Windows color (decimal): -11896759 or 4814922. OLE color: 4814922.

HSL color Cylindrical-coordinate representation of color #4A7849: hue angle of 118.72º 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 #4A7849 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB7412073-
CMYK0.3800.390.53
HSL118.72º24.35%37.84%-
HSV(B)118.72º39.17%47.06%-
XYZ10.7415.378.7-
YUV100.89112.26108.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.72%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=27.72%
G=44.94%
B=27.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74120730.3800.390.53118.7224.3537.84
Hex4A78492602735771826
Octal11217011146047651673046
Binary1001010111100010010011001100100111110101111011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A7849; }

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

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

<style>
 a { background-color: #4A7849; }

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

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

<style>
 span { border-color: #4A7849; }

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

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