#4AA026

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

Shades of La Palma #4AA026

Tints of La Palma #4AA026

Color information

#4AA026 (or 0x4AA026) is unknown color: approx La Palma. HEX triplet: 4A, A0 and 26. RGB value is (74,160,38). Sum of RGB (Red+Green+Blue) = 74+160+38=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 160 (62.89% from 255 or 58.82% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA026 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA026 is #B55FD9. Grayscale: #787878. Windows color (decimal): -11886554 or 2531402. OLE color: 2531402.

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

Color convert

RGB7416038-
CMYK0.5400.760.37
HSL102.3º61.62%38.82%-
HSV(B)102.3º76.25%62.75%-
XYZ15.7426.746.16-
YUV120.3881.5194.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.21%
GREEN value IS 160 (62.89% from 255) = 58.82%
BLUE value IS 38 (15.23% from 255) = 13.97%
R=27.21%
G=58.82%
B=13.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal74160380.5400.760.37102.361.6238.82
Hex4AA0263604C25663e27
Octal11224046660114451467647
Binary100101010100000100110110110010011001001011100110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,160,38); }

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

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

 a { background-color: rgb(74,160,38); }

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

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

 span { border-color: rgb(74,160,38); }

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