#4A8A54

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

Shades of Killarney #4A8A54

Tints of Killarney #4A8A54

Color information

#4A8A54 (or 0x4A8A54) is unknown color: approx Killarney. HEX triplet: 4A, 8A and 54. RGB value is (74,138,84). Sum of RGB (Red+Green+Blue) = 74+138+84=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8A54 is #B575AB. Grayscale: #707070. Windows color (decimal): -11892140 or 5540426. OLE color: 5540426.

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

Color convert

RGB7413884-
CMYK0.4600.390.46
HSL129.38º30.19%41.57%-
HSV(B)129.38º46.38%54.12%-
XYZ13.5120.2711.59-
YUV112.71111.8100.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25%
GREEN value IS 138 (54.30% from 255) = 46.62%
BLUE value IS 84 (33.20% from 255) = 28.38%
R=25%
G=46.62%
B=28.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74138840.4600.390.46129.3830.1941.57
Hex4A8A542E0272E811e2a
Octal11221212456047562013652
Binary100101010001010101010010111001001111011101000000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,138,84); }

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

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

 a { background-color: rgb(74,138,84); }

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

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

 span { border-color: rgb(74,138,84); }

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