Shades of La Palma #449B34
Tints of La Palma #449B34
RGB
CMYK
RGB Variations
Color information
#449B34 (or 0x449B34) is known color: La Palma. HEX triplet: 44, 9B and 34. RGB value is (68,155,52). Sum of RGB (Red+Green+Blue) = 68+155+52=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #449B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449B34 is #BB64CB. Grayscale: #757575. Windows color (decimal): -12281036 or 3447620. OLE color: 3447620.
HSL color Cylindrical-coordinate representation of color #449B34: hue angle of 110.68º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #449B34 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 52 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.39 |
| HSL | 110.68º | 0.5% | 0.41% | - |
| HSV(B) | 110.68º | 0.66% | 0.61% | - |
| XYZ | 14.73 | 24.92 | 7.28 | - |
| YUV | 117.25 | 91.18 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 52 | 0.56 | 0 | 0.66 | 0.39 | 110.68 | 0.5 | 0.41 |
| Hex | 44 | 9B | 34 | 38 | 0 | 42 | 27 | 6F | 32 | 29 |
| Octal | 104 | 233 | 64 | 70 | 0 | 102 | 47 | 157 | 62 | 51 |
| Binary | 1000100 | 10011011 | 110100 | 111000 | 0 | 1000010 | 100111 | 1101111 | 110010 | 101001 |
Color Harmonies of #449B34
Complementary color
Monochromatic Colors of #449B34
Black with #449B34
Text Example
Text Example
White with #449B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B34; }
p { color: rgb(68,155,52); }
H1.HeaderClassName
{
color: #449B34;
}
.AnyTagClassName
{
color: #449B34;
}
</style>
background-color css
<style>
a { background-color: #449B34; }
a { background-color: rgb(68,155,52); }
div.DivClassName
{
background-color: #449B34;
}
.BgClassName
{
background-color: #449B34;
}
</style>
border-color css
<style>
span { border-color: #449B34; }
span { border-color: rgb(68,155,52); }
td.TdClassName
{
border-color: #449B34;
}
.TagClassName
{
border-color: #449B34;
}
</style>