Shades of La Palma #44923A
Tints of La Palma #44923A
RGB
CMYK
RGB Variations
Color information
#44923A (or 0x44923A) is known color: La Palma. HEX triplet: 44, 92 and 3A. RGB value is (68,146,58). Sum of RGB (Red+Green+Blue) = 68+146+58=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #44923A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44923A is #BB6DC5. Grayscale: #707070. Windows color (decimal): -12283334 or 3838532. OLE color: 3838532.
HSL color Cylindrical-coordinate representation of color #44923A: hue angle of 113.18º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44923A is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 146 | 58 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.43 |
| HSL | 113.18º | 0.43% | 0.4% | - |
| HSV(B) | 113.18º | 0.6% | 0.57% | - |
| XYZ | 13.43 | 22.09 | 7.56 | - |
| YUV | 112.65 | 97.16 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 146 | 58 | 0.53 | 0 | 0.60 | 0.43 | 113.18 | 0.43 | 0.4 |
| Hex | 44 | 92 | 3A | 35 | 0 | 3C | 2B | 71 | 2B | 28 |
| Octal | 104 | 222 | 72 | 65 | 0 | 74 | 53 | 161 | 53 | 50 |
| Binary | 1000100 | 10010010 | 111010 | 110101 | 0 | 111100 | 101011 | 1110001 | 101011 | 101000 |
Color Harmonies of #44923A
Complementary color
Monochromatic Colors of #44923A
Black with #44923A
Text Example
Text Example
White with #44923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44923A; }
p { color: rgb(68,146,58); }
H1.HeaderClassName
{
color: #44923A;
}
.AnyTagClassName
{
color: #44923A;
}
</style>
background-color css
<style>
a { background-color: #44923A; }
a { background-color: rgb(68,146,58); }
div.DivClassName
{
background-color: #44923A;
}
.BgClassName
{
background-color: #44923A;
}
</style>
border-color css
<style>
span { border-color: #44923A; }
span { border-color: rgb(68,146,58); }
td.TdClassName
{
border-color: #44923A;
}
.TagClassName
{
border-color: #44923A;
}
</style>