#44A532

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

Shades of La Palma #44A532

Tints of La Palma #44A532

Color information

#44A532 (or 0x44A532) is unknown color: approx La Palma. HEX triplet: 44, A5 and 32. RGB value is (68,165,50). Sum of RGB (Red+Green+Blue) = 68+165+50=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #44A532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A532 is #BB5ACD. Grayscale: #7B7B7B. Windows color (decimal): -12278478 or 3319108. OLE color: 3319108.

HSL color Cylindrical-coordinate representation of color #44A532: hue angle of 110.61º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44A532 is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB6816550-
CMYK0.5900.700.35
HSL110.61º53.49%42.16%-
HSV(B)110.61º69.7%64.71%-
XYZ16.4128.377.63-
YUV122.8986.8688.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 165 (64.84% from 255) = 58.30%
BLUE value IS 50 (19.92% from 255) = 17.67%
R=24.03%
G=58.30%
B=17.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68165500.5900.700.35110.6153.4942.16
Hex44A5323B046236f352a
Octal10424562730106431576552
Binary100010010100101110010111011010001101000111101111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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