Shades of La Palma #369A1B
Tints of La Palma #369A1B
RGB
CMYK
RGB Variations
Color information
#369A1B (or 0x369A1B) is known color: La Palma. HEX triplet: 36, 9A and 1B. RGB value is (54,154,27). Sum of RGB (Red+Green+Blue) = 54+154+27=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 154 (60.55% from 255 or 65.53% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 154 - color contains mainly: green. Hex color #369A1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A1B is #C965E4. Grayscale: #6E6E6E. Windows color (decimal): -13198821 or 1808950. OLE color: 1808950.
HSL color Cylindrical-coordinate representation of color #369A1B: hue angle of 107.24º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #369A1B is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 27 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.40 |
| HSL | 107.24º | 0.7% | 0.35% | - |
| HSV(B) | 107.24º | 0.82% | 0.6% | - |
| XYZ | 13.27 | 23.97 | 4.96 | - |
| YUV | 109.62 | 81.37 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 27 | 0.65 | 0 | 0.82 | 0.40 | 107.24 | 0.7 | 0.35 |
| Hex | 36 | 9A | 1B | 41 | 0 | 52 | 28 | 6B | 46 | 23 |
| Octal | 66 | 232 | 33 | 101 | 0 | 122 | 50 | 153 | 106 | 43 |
| Binary | 110110 | 10011010 | 11011 | 1000001 | 0 | 1010010 | 101000 | 1101011 | 1000110 | 100011 |
Color Harmonies of #369A1B
Complementary color
Monochromatic Colors of #369A1B
Black with #369A1B
Text Example
Text Example
White with #369A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A1B; }
p { color: rgb(54,154,27); }
H1.HeaderClassName
{
color: #369A1B;
}
.AnyTagClassName
{
color: #369A1B;
}
</style>
background-color css
<style>
a { background-color: #369A1B; }
a { background-color: rgb(54,154,27); }
div.DivClassName
{
background-color: #369A1B;
}
.BgClassName
{
background-color: #369A1B;
}
</style>
border-color css
<style>
span { border-color: #369A1B; }
span { border-color: rgb(54,154,27); }
td.TdClassName
{
border-color: #369A1B;
}
.TagClassName
{
border-color: #369A1B;
}
</style>