#44A132

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

Shades of La Palma #44A132

Tints of La Palma #44A132

Color information

#44A132 (or 0x44A132) is unknown color: approx La Palma. HEX triplet: 44, A1 and 32. RGB value is (68,161,50). Sum of RGB (Red+Green+Blue) = 68+161+50=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 161 (63.28% from 255 or 57.71% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 161 - color contains mainly: green. Hex color #44A132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A132 is #BB5ECD. Grayscale: #787878. Windows color (decimal): -12279502 or 3318084. OLE color: 3318084.

HSL color Cylindrical-coordinate representation of color #44A132: hue angle of 110.27º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44A132 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB6816150-
CMYK0.5800.690.37
HSL110.27º52.61%41.37%-
HSV(B)110.27º68.94%63.14%-
XYZ15.726.957.39-
YUV120.5488.1990.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 161 (63.28% from 255) = 57.71%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=24.37%
G=57.71%
B=17.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal68161500.5800.690.37110.2752.6141.37
Hex44A1323A045256e3529
Octal10424162720105451566551
Binary100010010100001110010111010010001011001011101110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A132; }

 p { color: rgb(68,161,50); }

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

<style>
 a { background-color: #44A132; }

 a { background-color: rgb(68,161,50); }

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

<style>
 span { border-color: #44A132; }

 span { border-color: rgb(68,161,50); }

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