#448D10

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

Shades of La Palma #448D10

Tints of La Palma #448D10

Color information

#448D10 (or 0x448D10) is unknown color: approx La Palma. HEX triplet: 44, 8D and 10. RGB value is (68,141,16). Sum of RGB (Red+Green+Blue) = 68+141+16=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 141 (55.47% from 255 or 62.67% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 141 - color contains mainly: green. Hex color #448D10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448D10 is #BB72EF. Grayscale: #696969. Windows color (decimal): -12284656 or 1084740. OLE color: 1084740.

HSL color Cylindrical-coordinate representation of color #448D10: hue angle of 95.04º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #448D10 is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB6814116-
CMYK0.5200.890.45
HSL95.04º79.62%30.78%-
HSV(B)95.04º88.65%55.29%-
XYZ1220.323.78-
YUV104.9277.82101.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 141 (55.47% from 255) = 62.67%
BLUE value IS 16 (6.64% from 255) = 7.11%
R=30.22%
G=62.67%
B=7.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68141160.5200.890.4595.0479.6230.78
Hex448D10340592D5f501f
Octal104215206401315513712037
Binary10001001000110110000110100010110011011011011111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448D10; }

 p { color: rgb(68,141,16); }

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

<style>
 a { background-color: #448D10; }

 a { background-color: rgb(68,141,16); }

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

<style>
 span { border-color: #448D10; }

 span { border-color: rgb(68,141,16); }

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