Shades of La Palma #368B27
Tints of La Palma #368B27
RGB
CMYK
RGB Variations
Color information
#368B27 (or 0x368B27) is known color: La Palma. HEX triplet: 36, 8B and 27. RGB value is (54,139,39). Sum of RGB (Red+Green+Blue) = 54+139+39=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #368B27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368B27 is #C974D8. Grayscale: #666666. Windows color (decimal): -13202649 or 2591542. OLE color: 2591542.
HSL color Cylindrical-coordinate representation of color #368B27: hue angle of 111º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #368B27 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 139 | 39 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.45 |
| HSL | 111º | 0.56% | 0.35% | - |
| HSV(B) | 111º | 0.72% | 0.55% | - |
| XYZ | 11.12 | 19.4 | 5.08 | - |
| YUV | 102.19 | 92.34 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 139 | 39 | 0.61 | 0 | 0.72 | 0.45 | 111 | 0.56 | 0.35 |
| Hex | 36 | 8B | 27 | 3D | 0 | 48 | 2D | 6F | 38 | 23 |
| Octal | 66 | 213 | 47 | 75 | 0 | 110 | 55 | 157 | 70 | 43 |
| Binary | 110110 | 10001011 | 100111 | 111101 | 0 | 1001000 | 101101 | 1101111 | 111000 | 100011 |
Color Harmonies of #368B27
Complementary color
Monochromatic Colors of #368B27
Black with #368B27
Text Example
Text Example
White with #368B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368B27; }
p { color: rgb(54,139,39); }
H1.HeaderClassName
{
color: #368B27;
}
.AnyTagClassName
{
color: #368B27;
}
</style>
background-color css
<style>
a { background-color: #368B27; }
a { background-color: rgb(54,139,39); }
div.DivClassName
{
background-color: #368B27;
}
.BgClassName
{
background-color: #368B27;
}
</style>
border-color css
<style>
span { border-color: #368B27; }
span { border-color: rgb(54,139,39); }
td.TdClassName
{
border-color: #368B27;
}
.TagClassName
{
border-color: #368B27;
}
</style>