#449914

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

Shades of La Palma #449914

Tints of La Palma #449914

Color information

#449914 (or 0x449914) is unknown color: approx La Palma. HEX triplet: 44, 99 and 14. RGB value is (68,153,20). Sum of RGB (Red+Green+Blue) = 68+153+20=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 153 (60.16% from 255 or 63.49% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 153 - color contains mainly: green. Hex color #449914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449914 is #BB66EB. Grayscale: #707070. Windows color (decimal): -12281580 or 1349956. OLE color: 1349956.

HSL color Cylindrical-coordinate representation of color #449914: hue angle of 98.35º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #449914 is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB6815320-
CMYK0.5600.870.4
HSL98.35º76.88%33.92%-
HSV(B)98.35º86.93%60%-
XYZ13.924.064.57-
YUV112.4275.8496.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 153 (60.16% from 255) = 63.49%
BLUE value IS 20 (8.20% from 255) = 8.30%
R=28.22%
G=63.49%
B=8.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68153200.5600.870.498.3576.8833.92
Hex4499143805728624d22
Octal104231247001275014211542
Binary100010010011001101001110000101011110100011000101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449914; }

 p { color: rgb(68,153,20); }

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

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

 a { background-color: rgb(68,153,20); }

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

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

 span { border-color: rgb(68,153,20); }

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