#44832B

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

Shades of La Palma #44832B

Tints of La Palma #44832B

Color information

#44832B (or 0x44832B) is unknown color: approx La Palma. HEX triplet: 44, 83 and 2B. RGB value is (68,131,43). Sum of RGB (Red+Green+Blue) = 68+131+43=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #44832B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44832B is #BB7CD4. Grayscale: #666666. Windows color (decimal): -12287189 or 2851652. OLE color: 2851652.

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

Color convert

RGB6813143-
CMYK0.4800.670.49
HSL102.95º50.57%34.12%-
HSV(B)102.95º67.18%51.37%-
XYZ10.9417.645.11-
YUV102.1394.63103.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.10%
GREEN value IS 131 (51.56% from 255) = 54.13%
BLUE value IS 43 (17.19% from 255) = 17.77%
R=28.10%
G=54.13%
B=17.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68131430.4800.670.49102.9550.5734.12
Hex44832B3004331673322
Octal10420353600103611476342
Binary100010010000011101011110000010000111100011100111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44832B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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