Shades of La Palma #369F30
Tints of La Palma #369F30
RGB
CMYK
RGB Variations
Color information
#369F30 (or 0x369F30) is known color: La Palma. HEX triplet: 36, 9F and 30. RGB value is (54,159,48). Sum of RGB (Red+Green+Blue) = 54+159+48=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 159 (62.5% from 255 or 60.92% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 159 - color contains mainly: green. Hex color #369F30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369F30 is #C960CF. Grayscale: #737373. Windows color (decimal): -13197520 or 3186486. OLE color: 3186486.
HSL color Cylindrical-coordinate representation of color #369F30: hue angle of 116.76º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #369F30 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 48 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.38 |
| HSL | 116.76º | 0.54% | 0.41% | - |
| HSV(B) | 116.76º | 0.7% | 0.62% | - |
| XYZ | 14.45 | 25.79 | 7.01 | - |
| YUV | 114.95 | 90.21 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 48 | 0.66 | 0 | 0.70 | 0.38 | 116.76 | 0.54 | 0.41 |
| Hex | 36 | 9F | 30 | 42 | 0 | 46 | 26 | 75 | 36 | 29 |
| Octal | 66 | 237 | 60 | 102 | 0 | 106 | 46 | 165 | 66 | 51 |
| Binary | 110110 | 10011111 | 110000 | 1000010 | 0 | 1000110 | 100110 | 1110101 | 110110 | 101001 |
Color Harmonies of #369F30
Complementary color
Monochromatic Colors of #369F30
Black with #369F30
Text Example
Text Example
White with #369F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F30; }
p { color: rgb(54,159,48); }
H1.HeaderClassName
{
color: #369F30;
}
.AnyTagClassName
{
color: #369F30;
}
</style>
background-color css
<style>
a { background-color: #369F30; }
a { background-color: rgb(54,159,48); }
div.DivClassName
{
background-color: #369F30;
}
.BgClassName
{
background-color: #369F30;
}
</style>
border-color css
<style>
span { border-color: #369F30; }
span { border-color: rgb(54,159,48); }
td.TdClassName
{
border-color: #369F30;
}
.TagClassName
{
border-color: #369F30;
}
</style>