#4A9128

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

Shades of La Palma #4A9128

Tints of La Palma #4A9128

Color information

#4A9128 (or 0x4A9128) is unknown color: approx La Palma. HEX triplet: 4A, 91 and 28. RGB value is (74,145,40). Sum of RGB (Red+Green+Blue) = 74+145+40=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #4A9128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9128 is #B56ED7. Grayscale: #707070. Windows color (decimal): -11890392 or 2658634. OLE color: 2658634.

HSL color Cylindrical-coordinate representation of color #4A9128: hue angle of 100.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A9128 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB7414540-
CMYK0.4900.720.43
HSL100.57º56.76%36.27%-
HSV(B)100.57º72.41%56.86%-
XYZ13.3321.865.52-
YUV111.887.48101.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.57%
GREEN value IS 145 (57.03% from 255) = 55.98%
BLUE value IS 40 (16.02% from 255) = 15.44%
R=28.57%
G=55.98%
B=15.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal74145400.4900.720.43100.5756.7636.27
Hex4A9128310482B653924
Octal11222150610110531457144
Binary100101010010001101000110001010010001010111100101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,145,40); }

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

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

 a { background-color: rgb(74,145,40); }

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

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

 span { border-color: rgb(74,145,40); }

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