#44962C

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

Shades of La Palma #44962C

Tints of La Palma #44962C

Color information

#44962C (or 0x44962C) is unknown color: approx La Palma. HEX triplet: 44, 96 and 2C. RGB value is (68,150,44). Sum of RGB (Red+Green+Blue) = 68+150+44=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #44962C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44962C is #BB69D3. Grayscale: #717171. Windows color (decimal): -12282324 or 2922052. OLE color: 2922052.

HSL color Cylindrical-coordinate representation of color #44962C: hue angle of 106.42º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44962C is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB6815044-
CMYK0.5500.710.41
HSL106.42º54.64%38.04%-
HSV(B)106.42º70.67%58.82%-
XYZ13.7423.226.14-
YUV113.488.8395.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.95%
GREEN value IS 150 (58.98% from 255) = 57.25%
BLUE value IS 44 (17.58% from 255) = 16.79%
R=25.95%
G=57.25%
B=16.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68150440.5500.710.41106.4254.6438.04
Hex44962C37047296a3726
Octal10422654670107511526746
Binary100010010010110101100110111010001111010011101010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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