#44961E

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

Shades of La Palma #44961E

Tints of La Palma #44961E

Color information

#44961E (or 0x44961E) is unknown color: approx La Palma. HEX triplet: 44, 96 and 1E. RGB value is (68,150,30). Sum of RGB (Red+Green+Blue) = 68+150+30=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 150 (58.98% from 255 or 60.48% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 150 - color contains mainly: green. Hex color #44961E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44961E is #BB69E1. Grayscale: #707070. Windows color (decimal): -12282338 or 2004548. OLE color: 2004548.

HSL color Cylindrical-coordinate representation of color #44961E: hue angle of 101º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44961E is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB6815030-
CMYK0.5500.800.41
HSL101º66.67%35.29%-
HSV(B)101º80%58.82%-
XYZ13.5223.144.98-
YUV111.881.8396.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.42%
GREEN value IS 150 (58.98% from 255) = 60.48%
BLUE value IS 30 (12.11% from 255) = 12.10%
R=27.42%
G=60.48%
B=12.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68150300.5500.800.4110166.6735.29
Hex44961E3705029654323
Octal104226366701205114510343
Binary100010010010110111101101110101000010100111001011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44961E; }

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

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

<style>
 a { background-color: #44961E; }

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

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

<style>
 span { border-color: #44961E; }

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

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