Shades of La Palma #3B9502
Tints of La Palma #3B9502
RGB
CMYK
RGB Variations
Color information
#3B9502 (or 0x3B9502) is known color: La Palma. HEX triplet: 3B, 95 and 02. RGB value is (59,149,2). Sum of RGB (Red+Green+Blue) = 59+149+2=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 149 (58.59% from 255 or 70.95% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 149 - color contains mainly: green. Hex color #3B9502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B9502 is #C46AFD. Grayscale: #696969. Windows color (decimal): -12872446 or 169275. OLE color: 169275.
HSL color Cylindrical-coordinate representation of color #3B9502: hue angle of 96.73º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B9502 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 149 | 2 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.42 |
| HSL | 96.73º | 0.97% | 0.3% | - |
| HSV(B) | 96.73º | 0.99% | 0.58% | - |
| XYZ | 12.56 | 22.43 | 3.72 | - |
| YUV | 105.33 | 69.68 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 149 | 2 | 0.60 | 0 | 0.99 | 0.42 | 96.73 | 0.97 | 0.3 |
| Hex | 3B | 95 | 2 | 3C | 0 | 63 | 2A | 61 | 61 | 1E |
| Octal | 73 | 225 | 2 | 74 | 0 | 143 | 52 | 141 | 141 | 36 |
| Binary | 111011 | 10010101 | 10 | 111100 | 0 | 1100011 | 101010 | 1100001 | 1100001 | 11110 |
Color Harmonies of #3B9502
Complementary color
Monochromatic Colors of #3B9502
Black with #3B9502
Text Example
Text Example
White with #3B9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9502; }
p { color: rgb(59,149,2); }
H1.HeaderClassName
{
color: #3B9502;
}
.AnyTagClassName
{
color: #3B9502;
}
</style>
background-color css
<style>
a { background-color: #3B9502; }
a { background-color: rgb(59,149,2); }
div.DivClassName
{
background-color: #3B9502;
}
.BgClassName
{
background-color: #3B9502;
}
</style>
border-color css
<style>
span { border-color: #3B9502; }
span { border-color: rgb(59,149,2); }
td.TdClassName
{
border-color: #3B9502;
}
.TagClassName
{
border-color: #3B9502;
}
</style>