Shades of La Palma #449401
Tints of La Palma #449401
RGB
CMYK
RGB Variations
Color information
#449401 (or 0x449401) is known color: La Palma. HEX triplet: 44, 94 and 01. RGB value is (68,148,1). Sum of RGB (Red+Green+Blue) = 68+148+1=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 148 (58.20% from 255 or 68.20% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 148 - color contains mainly: green. Hex color #449401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449401 is #BB6BFE. Grayscale: #6B6B6B. Windows color (decimal): -12282879 or 103492. OLE color: 103492.
HSL color Cylindrical-coordinate representation of color #449401: hue angle of 92.65º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #449401 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 148 | 1 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.42 |
| HSL | 92.65º | 0.99% | 0.29% | - |
| HSV(B) | 92.65º | 0.99% | 0.58% | - |
| XYZ | 12.98 | 22.41 | 3.67 | - |
| YUV | 107.32 | 68 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 148 | 1 | 0.54 | 0 | 0.99 | 0.42 | 92.65 | 0.99 | 0.29 |
| Hex | 44 | 94 | 1 | 36 | 0 | 63 | 2A | 5D | 63 | 1D |
| Octal | 104 | 224 | 1 | 66 | 0 | 143 | 52 | 135 | 143 | 35 |
| Binary | 1000100 | 10010100 | 1 | 110110 | 0 | 1100011 | 101010 | 1011101 | 1100011 | 11101 |
Color Harmonies of #449401
Complementary color
Monochromatic Colors of #449401
Black with #449401
Text Example
Text Example
White with #449401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449401; }
p { color: rgb(68,148,1); }
H1.HeaderClassName
{
color: #449401;
}
.AnyTagClassName
{
color: #449401;
}
</style>
background-color css
<style>
a { background-color: #449401; }
a { background-color: rgb(68,148,1); }
div.DivClassName
{
background-color: #449401;
}
.BgClassName
{
background-color: #449401;
}
</style>
border-color css
<style>
span { border-color: #449401; }
span { border-color: rgb(68,148,1); }
td.TdClassName
{
border-color: #449401;
}
.TagClassName
{
border-color: #449401;
}
</style>