Shades of La Palma #369A28
Tints of La Palma #369A28
RGB
CMYK
RGB Variations
Color information
#369A28 (or 0x369A28) is known color: La Palma. HEX triplet: 36, 9A and 28. RGB value is (54,154,40). Sum of RGB (Red+Green+Blue) = 54+154+40=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 154 (60.55% from 255 or 62.10% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 154 - color contains mainly: green. Hex color #369A28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A28 is #C965D7. Grayscale: #6F6F6F. Windows color (decimal): -13198808 or 2660918. OLE color: 2660918.
HSL color Cylindrical-coordinate representation of color #369A28: hue angle of 112.63º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #369A28 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 40 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.40 |
| HSL | 112.63º | 0.59% | 0.38% | - |
| HSV(B) | 112.63º | 0.74% | 0.6% | - |
| XYZ | 13.46 | 24.05 | 5.94 | - |
| YUV | 111.1 | 87.87 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 40 | 0.65 | 0 | 0.74 | 0.40 | 112.63 | 0.59 | 0.38 |
| Hex | 36 | 9A | 28 | 41 | 0 | 4A | 28 | 71 | 3B | 26 |
| Octal | 66 | 232 | 50 | 101 | 0 | 112 | 50 | 161 | 73 | 46 |
| Binary | 110110 | 10011010 | 101000 | 1000001 | 0 | 1001010 | 101000 | 1110001 | 111011 | 100110 |
Color Harmonies of #369A28
Complementary color
Monochromatic Colors of #369A28
Black with #369A28
Text Example
Text Example
White with #369A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A28; }
p { color: rgb(54,154,40); }
H1.HeaderClassName
{
color: #369A28;
}
.AnyTagClassName
{
color: #369A28;
}
</style>
background-color css
<style>
a { background-color: #369A28; }
a { background-color: rgb(54,154,40); }
div.DivClassName
{
background-color: #369A28;
}
.BgClassName
{
background-color: #369A28;
}
</style>
border-color css
<style>
span { border-color: #369A28; }
span { border-color: rgb(54,154,40); }
td.TdClassName
{
border-color: #369A28;
}
.TagClassName
{
border-color: #369A28;
}
</style>