#449329

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

Shades of La Palma #449329

Tints of La Palma #449329

Color information

#449329 (or 0x449329) is unknown color: approx La Palma. HEX triplet: 44, 93 and 29. RGB value is (68,147,41). Sum of RGB (Red+Green+Blue) = 68+147+41=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #449329 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449329 is #BB6CD6. Grayscale: #6F6F6F. Windows color (decimal): -12283095 or 2724676. OLE color: 2724676.

HSL color Cylindrical-coordinate representation of color #449329: hue angle of 104.72º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #449329 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB6814741-
CMYK0.5400.720.42
HSL104.72º56.38%36.86%-
HSV(B)104.72º72.11%57.65%-
XYZ13.2222.265.7-
YUV111.388.3397.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 147 (57.81% from 255) = 57.42%
BLUE value IS 41 (16.41% from 255) = 16.02%
R=26.56%
G=57.42%
B=16.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68147410.5400.720.42104.7256.3836.86
Hex449329360482A693825
Octal10422351660110521517045
Binary100010010010011101001110110010010001010101101001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449329; }

 p { color: rgb(68,147,41); }

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

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

 a { background-color: rgb(68,147,41); }

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

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

 span { border-color: rgb(68,147,41); }

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