#44A526

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

Shades of La Palma #44A526

Tints of La Palma #44A526

Color information

#44A526 (or 0x44A526) is unknown color: approx La Palma. HEX triplet: 44, A5 and 26. RGB value is (68,165,38). Sum of RGB (Red+Green+Blue) = 68+165+38=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 165 (64.84% from 255 or 60.89% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 165 - color contains mainly: green. Hex color #44A526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A526 is #BB5AD9. Grayscale: #797979. Windows color (decimal): -12278490 or 2532676. OLE color: 2532676.

HSL color Cylindrical-coordinate representation of color #44A526: hue angle of 105.83º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44A526 is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB6816538-
CMYK0.5900.770.35
HSL105.83º62.56%39.8%-
HSV(B)105.83º76.97%64.71%-
XYZ16.1928.286.44-
YUV121.5280.8689.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 165 (64.84% from 255) = 60.89%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=25.09%
G=60.89%
B=14.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68165380.5900.770.35105.8362.5639.8
Hex44A5263B04D236a3f28
Octal10424546730115431527750
Binary100010010100101100110111011010011011000111101010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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