Shades of La Palma #449A0F
Tints of La Palma #449A0F
RGB
CMYK
RGB Variations
Color information
#449A0F (or 0x449A0F) is known color: La Palma. HEX triplet: 44, 9A and 0F. RGB value is (68,154,15). Sum of RGB (Red+Green+Blue) = 68+154+15=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 154 (60.55% from 255 or 64.98% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 154 - color contains mainly: green. Hex color #449A0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449A0F is #BB65F0. Grayscale: #707070. Windows color (decimal): -12281329 or 1022532. OLE color: 1022532.
HSL color Cylindrical-coordinate representation of color #449A0F: hue angle of 97.12º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #449A0F is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 15 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.40 |
| HSL | 97.12º | 0.82% | 0.33% | - |
| HSV(B) | 97.12º | 0.9% | 0.6% | - |
| XYZ | 14.03 | 24.37 | 4.42 | - |
| YUV | 112.44 | 73.01 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 15 | 0.56 | 0 | 0.90 | 0.40 | 97.12 | 0.82 | 0.33 |
| Hex | 44 | 9A | F | 38 | 0 | 5A | 28 | 61 | 52 | 21 |
| Octal | 104 | 232 | 17 | 70 | 0 | 132 | 50 | 141 | 122 | 41 |
| Binary | 1000100 | 10011010 | 1111 | 111000 | 0 | 1011010 | 101000 | 1100001 | 1010010 | 100001 |
Color Harmonies of #449A0F
Complementary color
Monochromatic Colors of #449A0F
Black with #449A0F
Text Example
Text Example
White with #449A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A0F; }
p { color: rgb(68,154,15); }
H1.HeaderClassName
{
color: #449A0F;
}
.AnyTagClassName
{
color: #449A0F;
}
</style>
background-color css
<style>
a { background-color: #449A0F; }
a { background-color: rgb(68,154,15); }
div.DivClassName
{
background-color: #449A0F;
}
.BgClassName
{
background-color: #449A0F;
}
</style>
border-color css
<style>
span { border-color: #449A0F; }
span { border-color: rgb(68,154,15); }
td.TdClassName
{
border-color: #449A0F;
}
.TagClassName
{
border-color: #449A0F;
}
</style>