#449129

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

Shades of La Palma #449129

Tints of La Palma #449129

Color information

#449129 (or 0x449129) is unknown color: approx La Palma. HEX triplet: 44, 91 and 29. RGB value is (68,145,41). Sum of RGB (Red+Green+Blue) = 68+145+41=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #449129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449129 is #BB6ED6. Grayscale: #6E6E6E. Windows color (decimal): -12283607 or 2724164. OLE color: 2724164.

HSL color Cylindrical-coordinate representation of color #449129: hue angle of 104.42º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #449129 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB6814541-
CMYK0.5300.720.43
HSL104.42º55.91%36.47%-
HSV(B)104.42º71.72%56.86%-
XYZ12.9121.645.59-
YUV110.1288.9997.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 145 (57.03% from 255) = 57.09%
BLUE value IS 41 (16.41% from 255) = 16.14%
R=26.77%
G=57.09%
B=16.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145410.5300.720.43104.4255.9136.47
Hex449129350482B683824
Octal10422151650110531507044
Binary100010010010001101001110101010010001010111101000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449129; }

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

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

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

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

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

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

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

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