Shades of La Palma #3B9001
Tints of La Palma #3B9001
RGB
CMYK
RGB Variations
Color information
#3B9001 (or 0x3B9001) is known color: La Palma. HEX triplet: 3B, 90 and 01. RGB value is (59,144,1). Sum of RGB (Red+Green+Blue) = 59+144+1=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 144 (56.64% from 255 or 70.59% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 144 - color contains mainly: green. Hex color #3B9001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B9001 is #C46FFE. Grayscale: #666666. Windows color (decimal): -12873727 or 102459. OLE color: 102459.
HSL color Cylindrical-coordinate representation of color #3B9001: hue angle of 95.66º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B9001 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 144 | 1 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.44 |
| HSL | 95.66º | 0.99% | 0.28% | - |
| HSV(B) | 95.66º | 0.99% | 0.56% | - |
| XYZ | 11.78 | 20.88 | 3.44 | - |
| YUV | 102.28 | 70.84 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 144 | 1 | 0.59 | 0 | 0.99 | 0.44 | 95.66 | 0.99 | 0.28 |
| Hex | 3B | 90 | 1 | 3B | 0 | 63 | 2C | 60 | 63 | 1C |
| Octal | 73 | 220 | 1 | 73 | 0 | 143 | 54 | 140 | 143 | 34 |
| Binary | 111011 | 10010000 | 1 | 111011 | 0 | 1100011 | 101100 | 1100000 | 1100011 | 11100 |
Color Harmonies of #3B9001
Complementary color
Monochromatic Colors of #3B9001
Black with #3B9001
Text Example
Text Example
White with #3B9001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9001; }
p { color: rgb(59,144,1); }
H1.HeaderClassName
{
color: #3B9001;
}
.AnyTagClassName
{
color: #3B9001;
}
</style>
background-color css
<style>
a { background-color: #3B9001; }
a { background-color: rgb(59,144,1); }
div.DivClassName
{
background-color: #3B9001;
}
.BgClassName
{
background-color: #3B9001;
}
</style>
border-color css
<style>
span { border-color: #3B9001; }
span { border-color: rgb(59,144,1); }
td.TdClassName
{
border-color: #3B9001;
}
.TagClassName
{
border-color: #3B9001;
}
</style>