#44942C

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

Shades of La Palma #44942C

Tints of La Palma #44942C

Color information

#44942C (or 0x44942C) is unknown color: approx La Palma. HEX triplet: 44, 94 and 2C. RGB value is (68,148,44). Sum of RGB (Red+Green+Blue) = 68+148+44=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #44942C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44942C is #BB6BD3. Grayscale: #707070. Windows color (decimal): -12282836 or 2921540. OLE color: 2921540.

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

Color convert

RGB6814844-
CMYK0.5400.700.42
HSL106.15º54.17%37.65%-
HSV(B)106.15º70.27%58.04%-
XYZ13.4322.596.04-
YUV112.2289.596.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 148 (58.20% from 255) = 56.92%
BLUE value IS 44 (17.58% from 255) = 16.92%
R=26.15%
G=56.92%
B=16.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68148440.5400.700.42106.1554.1737.65
Hex44942C360462A6a3626
Octal10422454660106521526646
Binary100010010010100101100110110010001101010101101010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44942C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44942C; }

 p { color: rgb(68,148,44); }

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

<style>
 a { background-color: #44942C; }

 a { background-color: rgb(68,148,44); }

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

<style>
 span { border-color: #44942C; }

 span { border-color: rgb(68,148,44); }

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