#448B2A

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

Shades of La Palma #448B2A

Tints of La Palma #448B2A

Color information

#448B2A (or 0x448B2A) is unknown color: approx La Palma. HEX triplet: 44, 8B and 2A. RGB value is (68,139,42). Sum of RGB (Red+Green+Blue) = 68+139+42=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #448B2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448B2A is #BB74D5. Grayscale: #6B6B6B. Windows color (decimal): -12285142 or 2788164. OLE color: 2788164.

HSL color Cylindrical-coordinate representation of color #448B2A: hue angle of 103.92º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #448B2A is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB6813942-
CMYK0.5100.700.45
HSL103.92º53.59%35.49%-
HSV(B)103.92º69.78%54.51%-
XYZ12.0319.865.39-
YUV106.7191.48100.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.31%
GREEN value IS 139 (54.69% from 255) = 55.82%
BLUE value IS 42 (16.80% from 255) = 16.87%
R=27.31%
G=55.82%
B=16.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68139420.5100.700.45103.9253.5935.49
Hex448B2A330462D683623
Octal10421352630106551506643
Binary100010010001011101010110011010001101011011101000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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