#44842D

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

Shades of La Palma #44842D

Tints of La Palma #44842D

Color information

#44842D (or 0x44842D) is unknown color: approx La Palma. HEX triplet: 44, 84 and 2D. RGB value is (68,132,45). Sum of RGB (Red+Green+Blue) = 68+132+45=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #44842D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44842D is #BB7BD2. Grayscale: #676767. Windows color (decimal): -12286931 or 2982980. OLE color: 2982980.

HSL color Cylindrical-coordinate representation of color #44842D: hue angle of 104.14º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44842D is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB6813245-
CMYK0.4800.660.48
HSL104.14º49.15%34.71%-
HSV(B)104.14º65.91%51.76%-
XYZ11.1117.925.36-
YUV102.9595.3103.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 132 (51.95% from 255) = 53.88%
BLUE value IS 45 (17.97% from 255) = 18.37%
R=27.76%
G=53.88%
B=18.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68132450.4800.660.48104.1449.1534.71
Hex44842D3004230683123
Octal10420455600102601506143
Binary100010010000100101101110000010000101100001101000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44842D; }

 p { color: rgb(68,132,45); }

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

<style>
 a { background-color: #44842D; }

 a { background-color: rgb(68,132,45); }

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

<style>
 span { border-color: #44842D; }

 span { border-color: rgb(68,132,45); }

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