#4AA129

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

Shades of La Palma #4AA129

Tints of La Palma #4AA129

Color information

#4AA129 (or 0x4AA129) is unknown color: approx La Palma. HEX triplet: 4A, A1 and 29. RGB value is (74,161,41). Sum of RGB (Red+Green+Blue) = 74+161+41=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 161 (63.28% from 255 or 58.33% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA129 is #B55ED6. Grayscale: #797979. Windows color (decimal): -11886295 or 2728266. OLE color: 2728266.

HSL color Cylindrical-coordinate representation of color #4AA129: hue angle of 103.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4AA129 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB7416141-
CMYK0.5400.750.37
HSL103.5º59.41%39.61%-
HSV(B)103.5º74.53%63.14%-
XYZ15.9727.116.49-
YUV121.3182.6894.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.81%
GREEN value IS 161 (63.28% from 255) = 58.33%
BLUE value IS 41 (16.41% from 255) = 14.86%
R=26.81%
G=58.33%
B=14.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal74161410.5400.750.37103.559.4139.61
Hex4AA1293604B25683b28
Octal11224151660113451507350
Binary100101010100001101001110110010010111001011101000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,161,41); }

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

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

 a { background-color: rgb(74,161,41); }

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

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

 span { border-color: rgb(74,161,41); }

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