#448B2B

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

Shades of La Palma #448B2B

Tints of La Palma #448B2B

Color information

#448B2B (or 0x448B2B) is unknown color: approx La Palma. HEX triplet: 44, 8B and 2B. RGB value is (68,139,43). Sum of RGB (Red+Green+Blue) = 68+139+43=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #448B2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448B2B is #BB74D4. Grayscale: #6B6B6B. Windows color (decimal): -12285141 or 2853700. OLE color: 2853700.

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

Color convert

RGB6813943-
CMYK0.5100.690.45
HSL104.38º52.75%35.69%-
HSV(B)104.38º69.06%54.51%-
XYZ12.0519.875.49-
YUV106.8391.98100.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 139 (54.69% from 255) = 55.6%
BLUE value IS 43 (17.19% from 255) = 17.2%
R=27.2%
G=55.6%
B=17.2%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68139430.5100.690.45104.3852.7535.69
Hex448B2B330452D683524
Octal10421353630105551506544
Binary100010010001011101011110011010001011011011101000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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