Shades of La Palma #369D1D
Tints of La Palma #369D1D
RGB
CMYK
RGB Variations
Color information
#369D1D (or 0x369D1D) is known color: La Palma. HEX triplet: 36, 9D and 1D. RGB value is (54,157,29). Sum of RGB (Red+Green+Blue) = 54+157+29=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 157 (61.72% from 255 or 65.42% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 157 - color contains mainly: green. Hex color #369D1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369D1D is #C962E2. Grayscale: #707070. Windows color (decimal): -13198051 or 1940790. OLE color: 1940790.
HSL color Cylindrical-coordinate representation of color #369D1D: hue angle of 108.28º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #369D1D is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 29 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.38 |
| HSL | 108.28º | 0.69% | 0.36% | - |
| HSV(B) | 108.28º | 0.82% | 0.62% | - |
| XYZ | 13.8 | 24.99 | 5.26 | - |
| YUV | 111.61 | 81.38 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 29 | 0.66 | 0 | 0.82 | 0.38 | 108.28 | 0.69 | 0.36 |
| Hex | 36 | 9D | 1D | 42 | 0 | 52 | 26 | 6C | 45 | 24 |
| Octal | 66 | 235 | 35 | 102 | 0 | 122 | 46 | 154 | 105 | 44 |
| Binary | 110110 | 10011101 | 11101 | 1000010 | 0 | 1010010 | 100110 | 1101100 | 1000101 | 100100 |
Color Harmonies of #369D1D
Complementary color
Monochromatic Colors of #369D1D
Black with #369D1D
Text Example
Text Example
White with #369D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D1D; }
p { color: rgb(54,157,29); }
H1.HeaderClassName
{
color: #369D1D;
}
.AnyTagClassName
{
color: #369D1D;
}
</style>
background-color css
<style>
a { background-color: #369D1D; }
a { background-color: rgb(54,157,29); }
div.DivClassName
{
background-color: #369D1D;
}
.BgClassName
{
background-color: #369D1D;
}
</style>
border-color css
<style>
span { border-color: #369D1D; }
span { border-color: rgb(54,157,29); }
td.TdClassName
{
border-color: #369D1D;
}
.TagClassName
{
border-color: #369D1D;
}
</style>