#44962B

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

Shades of La Palma #44962B

Tints of La Palma #44962B

Color information

#44962B (or 0x44962B) is unknown color: approx La Palma. HEX triplet: 44, 96 and 2B. RGB value is (68,150,43). Sum of RGB (Red+Green+Blue) = 68+150+43=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #44962B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44962B is #BB69D4. Grayscale: #717171. Windows color (decimal): -12282325 or 2856516. OLE color: 2856516.

HSL color Cylindrical-coordinate representation of color #44962B: hue angle of 105.98º 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 #44962B is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB6815043-
CMYK0.5500.710.41
HSL105.98º55.44%37.84%-
HSV(B)105.98º71.33%58.82%-
XYZ13.7323.226.04-
YUV113.2888.3395.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 150 (58.98% from 255) = 57.47%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=26.05%
G=57.47%
B=16.48%

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
Decimal68150430.5500.710.41105.9855.4437.84
Hex44962B37047296a3726
Octal10422653670107511526746
Binary100010010010110101011110111010001111010011101010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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