#449A0E

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

Shades of La Palma #449A0E

Tints of La Palma #449A0E

Color information

#449A0E (or 0x449A0E) is unknown color: approx La Palma. HEX triplet: 44, 9A and 0E. RGB value is (68,154,14). Sum of RGB (Red+Green+Blue) = 68+154+14=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 154 (60.55% from 255 or 65.25% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 154 - color contains mainly: green. Hex color #449A0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449A0E is #BB65F1. Grayscale: #707070. Windows color (decimal): -12281330 or 956996. OLE color: 956996.

HSL color Cylindrical-coordinate representation of color #449A0E: hue angle of 96.86º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #449A0E is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB6815414-
CMYK0.5600.910.40
HSL96.86º83.33%32.94%-
HSV(B)96.86º90.91%60.39%-
XYZ14.0224.374.38-
YUV112.3372.5196.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 154 (60.55% from 255) = 65.25%
BLUE value IS 14 (5.86% from 255) = 5.93%
R=28.81%
G=65.25%
B=5.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68154140.5600.910.4096.8683.3332.94
Hex449AE3805B28615321
Octal104232167001335014112341
Binary10001001001101011101110000101101110100011000011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,154,14); }

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

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

 a { background-color: rgb(68,154,14); }

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

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

 span { border-color: rgb(68,154,14); }

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