Shades of La Palma #449B27
Tints of La Palma #449B27
RGB
CMYK
RGB Variations
Color information
#449B27 (or 0x449B27) is known color: La Palma. HEX triplet: 44, 9B and 27. RGB value is (68,155,39). Sum of RGB (Red+Green+Blue) = 68+155+39=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 155 (60.94% from 255 or 59.16% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 155 - color contains mainly: green. Hex color #449B27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449B27 is #BB64D8. Grayscale: #747474. Windows color (decimal): -12281049 or 2595652. OLE color: 2595652.
HSL color Cylindrical-coordinate representation of color #449B27: hue angle of 105º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #449B27 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 39 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.39 |
| HSL | 105º | 0.6% | 0.38% | - |
| HSV(B) | 105º | 0.75% | 0.61% | - |
| XYZ | 14.47 | 24.82 | 5.95 | - |
| YUV | 115.76 | 84.68 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 39 | 0.56 | 0 | 0.75 | 0.39 | 105 | 0.6 | 0.38 |
| Hex | 44 | 9B | 27 | 38 | 0 | 4B | 27 | 69 | 3C | 26 |
| Octal | 104 | 233 | 47 | 70 | 0 | 113 | 47 | 151 | 74 | 46 |
| Binary | 1000100 | 10011011 | 100111 | 111000 | 0 | 1001011 | 100111 | 1101001 | 111100 | 100110 |
Color Harmonies of #449B27
Complementary color
Monochromatic Colors of #449B27
Black with #449B27
Text Example
Text Example
White with #449B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B27; }
p { color: rgb(68,155,39); }
H1.HeaderClassName
{
color: #449B27;
}
.AnyTagClassName
{
color: #449B27;
}
</style>
background-color css
<style>
a { background-color: #449B27; }
a { background-color: rgb(68,155,39); }
div.DivClassName
{
background-color: #449B27;
}
.BgClassName
{
background-color: #449B27;
}
</style>
border-color css
<style>
span { border-color: #449B27; }
span { border-color: rgb(68,155,39); }
td.TdClassName
{
border-color: #449B27;
}
.TagClassName
{
border-color: #449B27;
}
</style>