Shades of La Palma #368E2D
Tints of La Palma #368E2D
RGB
CMYK
RGB Variations
Color information
#368E2D (or 0x368E2D) is known color: La Palma. HEX triplet: 36, 8E and 2D. RGB value is (54,142,45). Sum of RGB (Red+Green+Blue) = 54+142+45=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #368E2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368E2D is #C971D2. Grayscale: #686868. Windows color (decimal): -13201875 or 2985526. OLE color: 2985526.
HSL color Cylindrical-coordinate representation of color #368E2D: hue angle of 114.43º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #368E2D is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 142 | 45 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.44 |
| HSL | 114.43º | 0.52% | 0.37% | - |
| HSV(B) | 114.43º | 0.68% | 0.56% | - |
| XYZ | 11.67 | 20.32 | 5.79 | - |
| YUV | 104.63 | 94.35 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 142 | 45 | 0.62 | 0 | 0.68 | 0.44 | 114.43 | 0.52 | 0.37 |
| Hex | 36 | 8E | 2D | 3E | 0 | 44 | 2C | 72 | 34 | 25 |
| Octal | 66 | 216 | 55 | 76 | 0 | 104 | 54 | 162 | 64 | 45 |
| Binary | 110110 | 10001110 | 101101 | 111110 | 0 | 1000100 | 101100 | 1110010 | 110100 | 100101 |
Color Harmonies of #368E2D
Complementary color
Monochromatic Colors of #368E2D
Black with #368E2D
Text Example
Text Example
White with #368E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368E2D; }
p { color: rgb(54,142,45); }
H1.HeaderClassName
{
color: #368E2D;
}
.AnyTagClassName
{
color: #368E2D;
}
</style>
background-color css
<style>
a { background-color: #368E2D; }
a { background-color: rgb(54,142,45); }
div.DivClassName
{
background-color: #368E2D;
}
.BgClassName
{
background-color: #368E2D;
}
</style>
border-color css
<style>
span { border-color: #368E2D; }
span { border-color: rgb(54,142,45); }
td.TdClassName
{
border-color: #368E2D;
}
.TagClassName
{
border-color: #368E2D;
}
</style>