#449229

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

Shades of La Palma #449229

Tints of La Palma #449229

Color information

#449229 (or 0x449229) is unknown color: approx La Palma. HEX triplet: 44, 92 and 29. RGB value is (68,146,41). Sum of RGB (Red+Green+Blue) = 68+146+41=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #449229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449229 is #BB6DD6. Grayscale: #6F6F6F. Windows color (decimal): -12283351 or 2724420. OLE color: 2724420.

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

Color convert

RGB6814641-
CMYK0.5300.720.43
HSL104.57º56.15%36.67%-
HSV(B)104.57º71.92%57.25%-
XYZ13.0621.955.65-
YUV110.7188.6697.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 146 (57.42% from 255) = 57.25%
BLUE value IS 41 (16.41% from 255) = 16.08%
R=26.67%
G=57.25%
B=16.08%

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
Decimal68146410.5300.720.43104.5756.1536.67
Hex449229350482B693825
Octal10422251650110531517045
Binary100010010010010101001110101010010001010111101001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449229; }

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

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

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

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

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

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

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

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