#44952E

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

Shades of La Palma #44952E

Tints of La Palma #44952E

Color information

#44952E (or 0x44952E) is unknown color: approx La Palma. HEX triplet: 44, 95 and 2E. RGB value is (68,149,46). Sum of RGB (Red+Green+Blue) = 68+149+46=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #44952E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44952E is #BB6AD1. Grayscale: #717171. Windows color (decimal): -12282578 or 3052868. OLE color: 3052868.

HSL color Cylindrical-coordinate representation of color #44952E: hue angle of 107.18º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44952E is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB6814946-
CMYK0.5400.690.42
HSL107.18º52.82%38.24%-
HSV(B)107.18º69.13%58.43%-
XYZ13.6222.926.29-
YUV113.0490.1695.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 149 (58.59% from 255) = 56.65%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=25.86%
G=56.65%
B=17.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68149460.5400.690.42107.1852.8238.24
Hex44952E360452A6b3526
Octal10422556660105521536546
Binary100010010010101101110110110010001011010101101011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44952E; }

 p { color: rgb(68,149,46); }

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

<style>
 a { background-color: #44952E; }

 a { background-color: rgb(68,149,46); }

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

<style>
 span { border-color: #44952E; }

 span { border-color: rgb(68,149,46); }

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