Shades of La Palma #368C25
Tints of La Palma #368C25
RGB
CMYK
RGB Variations
Color information
#368C25 (or 0x368C25) is known color: La Palma. HEX triplet: 36, 8C and 25. RGB value is (54,140,37). Sum of RGB (Red+Green+Blue) = 54+140+37=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 140 (55.08% from 255 or 60.61% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 140 - color contains mainly: green. Hex color #368C25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368C25 is #C973DA. Grayscale: #666666. Windows color (decimal): -13202395 or 2460726. OLE color: 2460726.
HSL color Cylindrical-coordinate representation of color #368C25: hue angle of 110.1º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #368C25 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 140 | 37 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.45 |
| HSL | 110.1º | 0.58% | 0.35% | - |
| HSV(B) | 110.1º | 0.74% | 0.55% | - |
| XYZ | 11.23 | 19.67 | 4.96 | - |
| YUV | 102.54 | 91.01 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 37 | 0.61 | 0 | 0.74 | 0.45 | 110.1 | 0.58 | 0.35 |
| Hex | 36 | 8C | 25 | 3D | 0 | 4A | 2D | 6E | 3A | 23 |
| Octal | 66 | 214 | 45 | 75 | 0 | 112 | 55 | 156 | 72 | 43 |
| Binary | 110110 | 10001100 | 100101 | 111101 | 0 | 1001010 | 101101 | 1101110 | 111010 | 100011 |
Color Harmonies of #368C25
Complementary color
Monochromatic Colors of #368C25
Black with #368C25
Text Example
Text Example
White with #368C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368C25; }
p { color: rgb(54,140,37); }
H1.HeaderClassName
{
color: #368C25;
}
.AnyTagClassName
{
color: #368C25;
}
</style>
background-color css
<style>
a { background-color: #368C25; }
a { background-color: rgb(54,140,37); }
div.DivClassName
{
background-color: #368C25;
}
.BgClassName
{
background-color: #368C25;
}
</style>
border-color css
<style>
span { border-color: #368C25; }
span { border-color: rgb(54,140,37); }
td.TdClassName
{
border-color: #368C25;
}
.TagClassName
{
border-color: #368C25;
}
</style>