Shades of La Palma #44921D
Tints of La Palma #44921D
RGB
CMYK
RGB Variations
Color information
#44921D (or 0x44921D) is known color: La Palma. HEX triplet: 44, 92 and 1D. RGB value is (68,146,29). Sum of RGB (Red+Green+Blue) = 68+146+29=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #44921D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44921D is #BB6DE2. Grayscale: #6D6D6D. Windows color (decimal): -12283363 or 1937988. OLE color: 1937988.
HSL color Cylindrical-coordinate representation of color #44921D: hue angle of 100º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44921D is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 146 | 29 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.43 |
| HSL | 100º | 0.67% | 0.34% | - |
| HSV(B) | 100º | 0.8% | 0.57% | - |
| XYZ | 12.88 | 21.88 | 4.71 | - |
| YUV | 109.34 | 82.66 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 146 | 29 | 0.53 | 0 | 0.80 | 0.43 | 100 | 0.67 | 0.34 |
| Hex | 44 | 92 | 1D | 35 | 0 | 50 | 2B | 64 | 43 | 22 |
| Octal | 104 | 222 | 35 | 65 | 0 | 120 | 53 | 144 | 103 | 42 |
| Binary | 1000100 | 10010010 | 11101 | 110101 | 0 | 1010000 | 101011 | 1100100 | 1000011 | 100010 |
Color Harmonies of #44921D
Complementary color
Monochromatic Colors of #44921D
Black with #44921D
Text Example
Text Example
White with #44921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44921D; }
p { color: rgb(68,146,29); }
H1.HeaderClassName
{
color: #44921D;
}
.AnyTagClassName
{
color: #44921D;
}
</style>
background-color css
<style>
a { background-color: #44921D; }
a { background-color: rgb(68,146,29); }
div.DivClassName
{
background-color: #44921D;
}
.BgClassName
{
background-color: #44921D;
}
</style>
border-color css
<style>
span { border-color: #44921D; }
span { border-color: rgb(68,146,29); }
td.TdClassName
{
border-color: #44921D;
}
.TagClassName
{
border-color: #44921D;
}
</style>