Shades of La Palma #449D25
Tints of La Palma #449D25
RGB
CMYK
RGB Variations
Color information
#449D25 (or 0x449D25) is known color: La Palma. HEX triplet: 44, 9D and 25. RGB value is (68,157,37). Sum of RGB (Red+Green+Blue) = 68+157+37=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 157 (61.72% from 255 or 59.92% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 157 - color contains mainly: green. Hex color #449D25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449D25 is #BB62DA. Grayscale: #757575. Windows color (decimal): -12280539 or 2465092. OLE color: 2465092.
HSL color Cylindrical-coordinate representation of color #449D25: hue angle of 104.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #449D25 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 37 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.38 |
| HSL | 104.5º | 0.62% | 0.38% | - |
| HSV(B) | 104.5º | 0.76% | 0.62% | - |
| XYZ | 14.77 | 25.48 | 5.89 | - |
| YUV | 116.71 | 83.01 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 37 | 0.57 | 0 | 0.76 | 0.38 | 104.5 | 0.62 | 0.38 |
| Hex | 44 | 9D | 25 | 39 | 0 | 4C | 26 | 68 | 3E | 26 |
| Octal | 104 | 235 | 45 | 71 | 0 | 114 | 46 | 150 | 76 | 46 |
| Binary | 1000100 | 10011101 | 100101 | 111001 | 0 | 1001100 | 100110 | 1101000 | 111110 | 100110 |
Color Harmonies of #449D25
Complementary color
Monochromatic Colors of #449D25
Black with #449D25
Text Example
Text Example
White with #449D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D25; }
p { color: rgb(68,157,37); }
H1.HeaderClassName
{
color: #449D25;
}
.AnyTagClassName
{
color: #449D25;
}
</style>
background-color css
<style>
a { background-color: #449D25; }
a { background-color: rgb(68,157,37); }
div.DivClassName
{
background-color: #449D25;
}
.BgClassName
{
background-color: #449D25;
}
</style>
border-color css
<style>
span { border-color: #449D25; }
span { border-color: rgb(68,157,37); }
td.TdClassName
{
border-color: #449D25;
}
.TagClassName
{
border-color: #449D25;
}
</style>