Shades of La Palma #368D1D
Tints of La Palma #368D1D
RGB
CMYK
RGB Variations
Color information
#368D1D (or 0x368D1D) is known color: La Palma. HEX triplet: 36, 8D and 1D. RGB value is (54,141,29). Sum of RGB (Red+Green+Blue) = 54+141+29=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 141 (55.47% from 255 or 62.95% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 141 - color contains mainly: green. Hex color #368D1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368D1D is #C972E2. Grayscale: #666666. Windows color (decimal): -13202147 or 1936694. OLE color: 1936694.
HSL color Cylindrical-coordinate representation of color #368D1D: hue angle of 106.61º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #368D1D is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 141 | 29 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.45 |
| HSL | 106.61º | 0.66% | 0.33% | - |
| HSV(B) | 106.61º | 0.79% | 0.55% | - |
| XYZ | 11.27 | 19.92 | 4.41 | - |
| YUV | 102.22 | 86.68 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 141 | 29 | 0.62 | 0 | 0.79 | 0.45 | 106.61 | 0.66 | 0.33 |
| Hex | 36 | 8D | 1D | 3E | 0 | 4F | 2D | 6B | 42 | 21 |
| Octal | 66 | 215 | 35 | 76 | 0 | 117 | 55 | 153 | 102 | 41 |
| Binary | 110110 | 10001101 | 11101 | 111110 | 0 | 1001111 | 101101 | 1101011 | 1000010 | 100001 |
Color Harmonies of #368D1D
Complementary color
Monochromatic Colors of #368D1D
Black with #368D1D
Text Example
Text Example
White with #368D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368D1D; }
p { color: rgb(54,141,29); }
H1.HeaderClassName
{
color: #368D1D;
}
.AnyTagClassName
{
color: #368D1D;
}
</style>
background-color css
<style>
a { background-color: #368D1D; }
a { background-color: rgb(54,141,29); }
div.DivClassName
{
background-color: #368D1D;
}
.BgClassName
{
background-color: #368D1D;
}
</style>
border-color css
<style>
span { border-color: #368D1D; }
span { border-color: rgb(54,141,29); }
td.TdClassName
{
border-color: #368D1D;
}
.TagClassName
{
border-color: #368D1D;
}
</style>