Shades of La Palma #369A03
Tints of La Palma #369A03
RGB
CMYK
RGB Variations
Color information
#369A03 (or 0x369A03) is known color: La Palma. HEX triplet: 36, 9A and 03. RGB value is (54,154,3). Sum of RGB (Red+Green+Blue) = 54+154+3=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 154 (60.55% from 255 or 72.99% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 154 - color contains mainly: green. Hex color #369A03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369A03 is #C965FC. Grayscale: #6B6B6B. Windows color (decimal): -13198845 or 236086. OLE color: 236086.
HSL color Cylindrical-coordinate representation of color #369A03: hue angle of 99.74º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #369A03 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 3 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.40 |
| HSL | 99.74º | 0.96% | 0.31% | - |
| HSV(B) | 99.74º | 0.98% | 0.6% | - |
| XYZ | 13.09 | 23.9 | 4.01 | - |
| YUV | 106.89 | 69.37 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 3 | 0.65 | 0 | 0.98 | 0.40 | 99.74 | 0.96 | 0.31 |
| Hex | 36 | 9A | 3 | 41 | 0 | 62 | 28 | 64 | 60 | 1F |
| Octal | 66 | 232 | 3 | 101 | 0 | 142 | 50 | 144 | 140 | 37 |
| Binary | 110110 | 10011010 | 11 | 1000001 | 0 | 1100010 | 101000 | 1100100 | 1100000 | 11111 |
Color Harmonies of #369A03
Complementary color
Monochromatic Colors of #369A03
Black with #369A03
Text Example
Text Example
White with #369A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A03; }
p { color: rgb(54,154,3); }
H1.HeaderClassName
{
color: #369A03;
}
.AnyTagClassName
{
color: #369A03;
}
</style>
background-color css
<style>
a { background-color: #369A03; }
a { background-color: rgb(54,154,3); }
div.DivClassName
{
background-color: #369A03;
}
.BgClassName
{
background-color: #369A03;
}
</style>
border-color css
<style>
span { border-color: #369A03; }
span { border-color: rgb(54,154,3); }
td.TdClassName
{
border-color: #369A03;
}
.TagClassName
{
border-color: #369A03;
}
</style>