#4A8A56

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

Shades of Killarney #4A8A56

Tints of Killarney #4A8A56

Color information

#4A8A56 (or 0x4A8A56) is unknown color: approx Killarney. HEX triplet: 4A, 8A and 56. RGB value is (74,138,86). Sum of RGB (Red+Green+Blue) = 74+138+86=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8A56 is #B575A9. Grayscale: #717171. Windows color (decimal): -11892138 or 5671498. OLE color: 5671498.

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

Color convert

RGB7413886-
CMYK0.4600.380.46
HSL131.25º30.19%41.57%-
HSV(B)131.25º46.38%54.12%-
XYZ13.5920.312.01-
YUV112.94112.8100.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.83%
GREEN value IS 138 (54.30% from 255) = 46.31%
BLUE value IS 86 (33.98% from 255) = 28.86%
R=24.83%
G=46.31%
B=28.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74138860.4600.380.46131.2530.1941.57
Hex4A8A562E0262E831e2a
Octal11221212656046562033652
Binary100101010001010101011010111001001101011101000001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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