#448B3C

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

Shades of La Palma #448B3C

Tints of La Palma #448B3C

Color information

#448B3C (or 0x448B3C) is unknown color: approx La Palma. HEX triplet: 44, 8B and 3C. RGB value is (68,139,60). Sum of RGB (Red+Green+Blue) = 68+139+60=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #448B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448B3C is #BB74C3. Grayscale: #6D6D6D. Windows color (decimal): -12285124 or 3967812. OLE color: 3967812.

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

Color convert

RGB6813960-
CMYK0.5100.570.45
HSL113.92º39.7%39.02%-
HSV(B)113.92º56.83%54.51%-
XYZ12.4320.027.48-
YUV108.76100.4898.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.47%
GREEN value IS 139 (54.69% from 255) = 52.06%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=25.47%
G=52.06%
B=22.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68139600.5100.570.45113.9239.739.02
Hex448B3C330392D722827
Octal1042137463071551625047
Binary10001001000101111110011001101110011011011110010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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