Shades of La Palma #369801
Tints of La Palma #369801
RGB
CMYK
RGB Variations
Color information
#369801 (or 0x369801) is known color: La Palma. HEX triplet: 36, 98 and 01. RGB value is (54,152,1). Sum of RGB (Red+Green+Blue) = 54+152+1=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 152 (59.77% from 255 or 73.43% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 152 - color contains mainly: green. Hex color #369801 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369801 is #C967FE. Grayscale: #696969. Windows color (decimal): -13199359 or 104502. OLE color: 104502.
HSL color Cylindrical-coordinate representation of color #369801: hue angle of 98.94º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #369801 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 152 | 1 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.40 |
| HSL | 98.94º | 0.99% | 0.3% | - |
| HSV(B) | 98.94º | 0.99% | 0.6% | - |
| XYZ | 12.76 | 23.24 | 3.84 | - |
| YUV | 105.48 | 69.03 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 1 | 0.64 | 0 | 0.99 | 0.40 | 98.94 | 0.99 | 0.3 |
| Hex | 36 | 98 | 1 | 40 | 0 | 63 | 28 | 63 | 63 | 1E |
| Octal | 66 | 230 | 1 | 100 | 0 | 143 | 50 | 143 | 143 | 36 |
| Binary | 110110 | 10011000 | 1 | 1000000 | 0 | 1100011 | 101000 | 1100011 | 1100011 | 11110 |
Color Harmonies of #369801
Complementary color
Monochromatic Colors of #369801
Black with #369801
Text Example
Text Example
White with #369801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369801; }
p { color: rgb(54,152,1); }
H1.HeaderClassName
{
color: #369801;
}
.AnyTagClassName
{
color: #369801;
}
</style>
background-color css
<style>
a { background-color: #369801; }
a { background-color: rgb(54,152,1); }
div.DivClassName
{
background-color: #369801;
}
.BgClassName
{
background-color: #369801;
}
</style>
border-color css
<style>
span { border-color: #369801; }
span { border-color: rgb(54,152,1); }
td.TdClassName
{
border-color: #369801;
}
.TagClassName
{
border-color: #369801;
}
</style>