#44842B

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

Shades of La Palma #44842B

Tints of La Palma #44842B

Color information

#44842B (or 0x44842B) is unknown color: approx La Palma. HEX triplet: 44, 84 and 2B. RGB value is (68,132,43). Sum of RGB (Red+Green+Blue) = 68+132+43=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #44842B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44842B is #BB7BD4. Grayscale: #676767. Windows color (decimal): -12286933 or 2851908. OLE color: 2851908.

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

Color convert

RGB6813243-
CMYK0.4800.670.48
HSL103.15º50.86%34.31%-
HSV(B)103.15º67.42%51.76%-
XYZ11.0717.915.16-
YUV102.7294.3103.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.98%
GREEN value IS 132 (51.95% from 255) = 54.32%
BLUE value IS 43 (17.19% from 255) = 17.70%
R=27.98%
G=54.32%
B=17.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68132430.4800.670.48103.1550.8634.31
Hex44842B3004330673322
Octal10420453600103601476342
Binary100010010000100101011110000010000111100001100111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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