#44A42F

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

Shades of La Palma #44A42F

Tints of La Palma #44A42F

Color information

#44A42F (or 0x44A42F) is unknown color: approx La Palma. HEX triplet: 44, A4 and 2F. RGB value is (68,164,47). Sum of RGB (Red+Green+Blue) = 68+164+47=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 164 (64.45% from 255 or 58.78% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 164 - color contains mainly: green. Hex color #44A42F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A42F is #BB5BD0. Grayscale: #7A7A7A. Windows color (decimal): -12278737 or 3122244. OLE color: 3122244.

HSL color Cylindrical-coordinate representation of color #44A42F: hue angle of 109.23º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44A42F is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB6816447-
CMYK0.5900.710.36
HSL109.23º55.45%41.37%-
HSV(B)109.23º71.34%64.31%-
XYZ16.1727.997.24-
YUV121.9685.789.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 164 (64.45% from 255) = 58.78%
BLUE value IS 47 (18.75% from 255) = 16.85%
R=24.37%
G=58.78%
B=16.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68164470.5900.710.36109.2355.4541.37
Hex44A42F3B047246d3729
Octal10424457730107441556751
Binary100010010100100101111111011010001111001001101101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,164,47); }

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

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

 a { background-color: rgb(68,164,47); }

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

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

 span { border-color: rgb(68,164,47); }

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