#4A8B48

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

Shades of Killarney #4A8B48

Tints of Killarney #4A8B48

Color information

#4A8B48 (or 0x4A8B48) is unknown color: approx Killarney. HEX triplet: 4A, 8B and 48. RGB value is (74,139,72). Sum of RGB (Red+Green+Blue) = 74+139+72=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8B48 is #B574B7. Grayscale: #707070. Windows color (decimal): -11891896 or 4754250. OLE color: 4754250.

HSL color Cylindrical-coordinate representation of color #4A8B48: hue angle of 118.21º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8B48 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB7413972-
CMYK0.4700.480.45
HSL118.21º31.75%41.37%-
HSV(B)118.21º48.2%54.51%-
XYZ13.2320.399.37-
YUV111.93105.47100.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.96%
GREEN value IS 139 (54.69% from 255) = 48.77%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=25.96%
G=48.77%
B=25.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74139720.4700.480.45118.2131.7541.37
Hex4A8B482F0302D762029
Octal11221311057060551664051
Binary100101010001011100100010111101100001011011110110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,139,72); }

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

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

 a { background-color: rgb(74,139,72); }

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

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

 span { border-color: rgb(74,139,72); }

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