#448B10

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

Shades of La Palma #448B10

Tints of La Palma #448B10

Color information

#448B10 (or 0x448B10) is unknown color: approx La Palma. HEX triplet: 44, 8B and 10. RGB value is (68,139,16). Sum of RGB (Red+Green+Blue) = 68+139+16=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 139 (54.69% from 255 or 62.33% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 139 - color contains mainly: green. Hex color #448B10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448B10 is #BB74EF. Grayscale: #686868. Windows color (decimal): -12285168 or 1084228. OLE color: 1084228.

HSL color Cylindrical-coordinate representation of color #448B10: hue angle of 94.63º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #448B10 is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB6813916-
CMYK0.5100.880.45
HSL94.63º79.35%30.39%-
HSV(B)94.63º88.49%54.51%-
XYZ11.7119.733.68-
YUV103.7578.48102.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 139 (54.69% from 255) = 62.33%
BLUE value IS 16 (6.64% from 255) = 7.17%
R=30.49%
G=62.33%
B=7.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68139160.5100.880.4594.6379.3530.39
Hex448B10330582D5f4f1e
Octal104213206301305513711736
Binary10001001000101110000110011010110001011011011111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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