#449518

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

Shades of La Palma #449518

Tints of La Palma #449518

Color information

#449518 (or 0x449518) is unknown color: approx La Palma. HEX triplet: 44, 95 and 18. RGB value is (68,149,24). Sum of RGB (Red+Green+Blue) = 68+149+24=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #449518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449518 is #BB6AE7. Grayscale: #6E6E6E. Windows color (decimal): -12282600 or 1611076. OLE color: 1611076.

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

Color convert

RGB6814924-
CMYK0.5400.840.42
HSL98.88º72.25%33.92%-
HSV(B)98.88º83.89%58.43%-
XYZ13.322.794.56-
YUV110.5379.1697.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 149 (58.59% from 255) = 61.83%
BLUE value IS 24 (9.77% from 255) = 9.96%
R=28.22%
G=61.83%
B=9.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68149240.5400.840.4298.8872.2533.92
Hex449518360542A634822
Octal104225306601245214311042
Binary100010010010101110001101100101010010101011000111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449518; }

 p { color: rgb(68,149,24); }

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

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

 a { background-color: rgb(68,149,24); }

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

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

 span { border-color: rgb(68,149,24); }

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