#4A884F

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

Shades of Killarney #4A884F

Tints of Killarney #4A884F

Color information

#4A884F (or 0x4A884F) is unknown color: approx Killarney. HEX triplet: 4A, 88 and 4F. RGB value is (74,136,79). Sum of RGB (Red+Green+Blue) = 74+136+79=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #4A884F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A884F is #B577B0. Grayscale: #6F6F6F. Windows color (decimal): -11892657 or 5212234. OLE color: 5212234.

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

Color convert

RGB7413679-
CMYK0.4600.420.47
HSL124.84º29.52%41.18%-
HSV(B)124.84º45.59%53.33%-
XYZ13.0419.6310.5-
YUV110.96109.96101.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.61%
GREEN value IS 136 (53.52% from 255) = 47.06%
BLUE value IS 79 (31.25% from 255) = 27.34%
R=25.61%
G=47.06%
B=27.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74136790.4600.420.47124.8429.5241.18
Hex4A884F2E02A2F7d1e29
Octal11221011756052571753651
Binary10010101000100010011111011100101010101111111110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,136,79); }

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

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

 a { background-color: rgb(74,136,79); }

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

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

 span { border-color: rgb(74,136,79); }

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