#449E18

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

Shades of La Palma #449E18

Tints of La Palma #449E18

Color information

#449E18 (or 0x449E18) is unknown color: approx La Palma. HEX triplet: 44, 9E and 18. RGB value is (68,158,24). Sum of RGB (Red+Green+Blue) = 68+158+24=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 158 (62.11% from 255 or 63.2% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 158 - color contains mainly: green. Hex color #449E18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449E18 is #BB61E7. Grayscale: #747474. Windows color (decimal): -12280296 or 1613380. OLE color: 1613380.

HSL color Cylindrical-coordinate representation of color #449E18: hue angle of 100.3º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #449E18 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB6815824-
CMYK0.5700.850.38
HSL100.3º73.63%35.69%-
HSV(B)100.3º84.81%61.96%-
XYZ14.7825.755.06-
YUV115.8176.1893.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 158 (62.11% from 255) = 63.2%
BLUE value IS 24 (9.77% from 255) = 9.6%
R=27.2%
G=63.2%
B=9.6%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68158240.5700.850.38100.373.6335.69
Hex449E183905526644a24
Octal104236307101254614411244
Binary100010010011110110001110010101010110011011001001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449E18; }

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

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

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

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

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

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

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

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