Shades of La Palma #368D2C
Tints of La Palma #368D2C
RGB
CMYK
RGB Variations
Color information
#368D2C (or 0x368D2C) is known color: La Palma. HEX triplet: 36, 8D and 2C. RGB value is (54,141,44). Sum of RGB (Red+Green+Blue) = 54+141+44=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 141 (55.47% from 255 or 59.00% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 141 - color contains mainly: green. Hex color #368D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368D2C is #C972D3. Grayscale: #686868. Windows color (decimal): -13202132 or 2919734. OLE color: 2919734.
HSL color Cylindrical-coordinate representation of color #368D2C: hue angle of 113.81º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #368D2C is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 141 | 44 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.45 |
| HSL | 113.81º | 0.52% | 0.36% | - |
| HSV(B) | 113.81º | 0.69% | 0.55% | - |
| XYZ | 11.5 | 20.02 | 5.64 | - |
| YUV | 103.93 | 94.18 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 141 | 44 | 0.62 | 0 | 0.69 | 0.45 | 113.81 | 0.52 | 0.36 |
| Hex | 36 | 8D | 2C | 3E | 0 | 45 | 2D | 72 | 34 | 24 |
| Octal | 66 | 215 | 54 | 76 | 0 | 105 | 55 | 162 | 64 | 44 |
| Binary | 110110 | 10001101 | 101100 | 111110 | 0 | 1000101 | 101101 | 1110010 | 110100 | 100100 |
Color Harmonies of #368D2C
Complementary color
Monochromatic Colors of #368D2C
Black with #368D2C
Text Example
Text Example
White with #368D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368D2C; }
p { color: rgb(54,141,44); }
H1.HeaderClassName
{
color: #368D2C;
}
.AnyTagClassName
{
color: #368D2C;
}
</style>
background-color css
<style>
a { background-color: #368D2C; }
a { background-color: rgb(54,141,44); }
div.DivClassName
{
background-color: #368D2C;
}
.BgClassName
{
background-color: #368D2C;
}
</style>
border-color css
<style>
span { border-color: #368D2C; }
span { border-color: rgb(54,141,44); }
td.TdClassName
{
border-color: #368D2C;
}
.TagClassName
{
border-color: #368D2C;
}
</style>