Shades of La Palma #36941A
Tints of La Palma #36941A
RGB
CMYK
RGB Variations
Color information
#36941A (or 0x36941A) is known color: La Palma. HEX triplet: 36, 94 and 1A. RGB value is (54,148,26). Sum of RGB (Red+Green+Blue) = 54+148+26=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 148 (58.20% from 255 or 64.91% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 148 - color contains mainly: green. Hex color #36941A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36941A is #C96BE5. Grayscale: #6A6A6A. Windows color (decimal): -13200358 or 1741878. OLE color: 1741878.
HSL color Cylindrical-coordinate representation of color #36941A: hue angle of 106.23º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #36941A is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 148 | 26 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.42 |
| HSL | 106.23º | 0.7% | 0.34% | - |
| HSV(B) | 106.23º | 0.82% | 0.58% | - |
| XYZ | 12.3 | 22.04 | 4.58 | - |
| YUV | 105.99 | 82.86 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 148 | 26 | 0.64 | 0 | 0.82 | 0.42 | 106.23 | 0.7 | 0.34 |
| Hex | 36 | 94 | 1A | 40 | 0 | 52 | 2A | 6A | 46 | 22 |
| Octal | 66 | 224 | 32 | 100 | 0 | 122 | 52 | 152 | 106 | 42 |
| Binary | 110110 | 10010100 | 11010 | 1000000 | 0 | 1010010 | 101010 | 1101010 | 1000110 | 100010 |
Color Harmonies of #36941A
Complementary color
Monochromatic Colors of #36941A
Black with #36941A
Text Example
Text Example
White with #36941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36941A; }
p { color: rgb(54,148,26); }
H1.HeaderClassName
{
color: #36941A;
}
.AnyTagClassName
{
color: #36941A;
}
</style>
background-color css
<style>
a { background-color: #36941A; }
a { background-color: rgb(54,148,26); }
div.DivClassName
{
background-color: #36941A;
}
.BgClassName
{
background-color: #36941A;
}
</style>
border-color css
<style>
span { border-color: #36941A; }
span { border-color: rgb(54,148,26); }
td.TdClassName
{
border-color: #36941A;
}
.TagClassName
{
border-color: #36941A;
}
</style>