Shades of La Palma #449C25
Tints of La Palma #449C25
RGB
CMYK
RGB Variations
Color information
#449C25 (or 0x449C25) is known color: La Palma. HEX triplet: 44, 9C and 25. RGB value is (68,156,37). Sum of RGB (Red+Green+Blue) = 68+156+37=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 156 (61.33% from 255 or 59.77% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 156 - color contains mainly: green. Hex color #449C25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449C25 is #BB63DA. Grayscale: #747474. Windows color (decimal): -12280795 or 2464836. OLE color: 2464836.
HSL color Cylindrical-coordinate representation of color #449C25: hue angle of 104.37º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #449C25 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 37 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.39 |
| HSL | 104.37º | 0.62% | 0.38% | - |
| HSV(B) | 104.37º | 0.76% | 0.61% | - |
| XYZ | 14.61 | 25.14 | 5.83 | - |
| YUV | 116.12 | 83.35 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 37 | 0.56 | 0 | 0.76 | 0.39 | 104.37 | 0.62 | 0.38 |
| Hex | 44 | 9C | 25 | 38 | 0 | 4C | 27 | 68 | 3E | 26 |
| Octal | 104 | 234 | 45 | 70 | 0 | 114 | 47 | 150 | 76 | 46 |
| Binary | 1000100 | 10011100 | 100101 | 111000 | 0 | 1001100 | 100111 | 1101000 | 111110 | 100110 |
Color Harmonies of #449C25
Complementary color
Monochromatic Colors of #449C25
Black with #449C25
Text Example
Text Example
White with #449C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C25; }
p { color: rgb(68,156,37); }
H1.HeaderClassName
{
color: #449C25;
}
.AnyTagClassName
{
color: #449C25;
}
</style>
background-color css
<style>
a { background-color: #449C25; }
a { background-color: rgb(68,156,37); }
div.DivClassName
{
background-color: #449C25;
}
.BgClassName
{
background-color: #449C25;
}
</style>
border-color css
<style>
span { border-color: #449C25; }
span { border-color: rgb(68,156,37); }
td.TdClassName
{
border-color: #449C25;
}
.TagClassName
{
border-color: #449C25;
}
</style>