#449219

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

Shades of La Palma #449219

Tints of La Palma #449219

Color information

#449219 (or 0x449219) is unknown color: approx La Palma. HEX triplet: 44, 92 and 19. RGB value is (68,146,25). Sum of RGB (Red+Green+Blue) = 68+146+25=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 146 (57.42% from 255 or 61.09% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 146 - color contains mainly: green. Hex color #449219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449219 is #BB6DE6. Grayscale: #6D6D6D. Windows color (decimal): -12283367 or 1675844. OLE color: 1675844.

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

Color convert

RGB6814625-
CMYK0.5300.830.43
HSL98.68º70.76%33.53%-
HSV(B)98.68º82.88%57.25%-
XYZ12.8421.864.46-
YUV108.8880.6698.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.45%
GREEN value IS 146 (57.42% from 255) = 61.09%
BLUE value IS 25 (10.16% from 255) = 10.46%
R=28.45%
G=61.09%
B=10.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68146250.5300.830.4398.6870.7633.53
Hex449219350532B634722
Octal104222316501235314310742
Binary100010010010010110011101010101001110101111000111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449219; }

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

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

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

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

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

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

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

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