#44822F

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

Shades of La Palma #44822F

Tints of La Palma #44822F

Color information

#44822F (or 0x44822F) is unknown color: approx La Palma. HEX triplet: 44, 82 and 2F. RGB value is (68,130,47). Sum of RGB (Red+Green+Blue) = 68+130+47=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #44822F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44822F is #BB7DD0. Grayscale: #666666. Windows color (decimal): -12287441 or 3113540. OLE color: 3113540.

HSL color Cylindrical-coordinate representation of color #44822F: hue angle of 104.82º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44822F is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB6813047-
CMYK0.4800.640.49
HSL104.82º46.89%34.71%-
HSV(B)104.82º63.85%50.98%-
XYZ10.8817.45.47-
YUV10296.96103.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 130 (51.17% from 255) = 53.06%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=27.76%
G=53.06%
B=19.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68130470.4800.640.49104.8246.8934.71
Hex44822F3004031692f23
Octal10420257600100611515743
Binary100010010000010101111110000010000001100011101001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44822F; }

 p { color: rgb(68,130,47); }

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

<style>
 a { background-color: #44822F; }

 a { background-color: rgb(68,130,47); }

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

<style>
 span { border-color: #44822F; }

 span { border-color: rgb(68,130,47); }

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