#448B0D

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

Shades of La Palma #448B0D

Tints of La Palma #448B0D

Color information

#448B0D (or 0x448B0D) is unknown color: approx La Palma. HEX triplet: 44, 8B and 0D. RGB value is (68,139,13). Sum of RGB (Red+Green+Blue) = 68+139+13=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 139 (54.69% from 255 or 63.18% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 139 - color contains mainly: green. Hex color #448B0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448B0D is #BB74F2. Grayscale: #676767. Windows color (decimal): -12285171 or 887620. OLE color: 887620.

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

Color convert

RGB6813913-
CMYK0.5100.910.45
HSL93.81º82.89%29.8%-
HSV(B)93.81º90.65%54.51%-
XYZ11.6919.723.57-
YUV103.4176.98102.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 139 (54.69% from 255) = 63.18%
BLUE value IS 13 (5.47% from 255) = 5.91%
R=30.91%
G=63.18%
B=5.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68139130.5100.910.4593.8182.8929.8
Hex448BD3305B2D5e531e
Octal104213156301335513612336
Binary1000100100010111101110011010110111011011011110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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