#4A894C

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

Shades of Killarney #4A894C

Tints of Killarney #4A894C

Color information

#4A894C (or 0x4A894C) is unknown color: approx Killarney. HEX triplet: 4A, 89 and 4C. RGB value is (74,137,76). Sum of RGB (Red+Green+Blue) = 74+137+76=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #4A894C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A894C is #B576B3. Grayscale: #6F6F6F. Windows color (decimal): -11892404 or 5015882. OLE color: 5015882.

HSL color Cylindrical-coordinate representation of color #4A894C: hue angle of 121.9º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A894C is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB7413776-
CMYK0.4600.450.46
HSL121.9º29.86%41.37%-
HSV(B)121.9º45.99%53.73%-
XYZ13.0719.879.98-
YUV111.21108.13101.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.78%
GREEN value IS 137 (53.91% from 255) = 47.74%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=25.78%
G=47.74%
B=26.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74137760.4600.450.46121.929.8641.37
Hex4A894C2E02D2E7a1e29
Octal11221111456055561723651
Binary10010101000100110011001011100101101101110111101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,137,76); }

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

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

 a { background-color: rgb(74,137,76); }

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

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

 span { border-color: rgb(74,137,76); }

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