Shades of La Palma #3BA530
Tints of La Palma #3BA530
RGB
CMYK
RGB Variations
Color information
#3BA530 (or 0x3BA530) is known color: La Palma. HEX triplet: 3B, A5 and 30. RGB value is (59,165,48). Sum of RGB (Red+Green+Blue) = 59+165+48=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 165 (64.84% from 255 or 60.66% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 165 - color contains mainly: green. Hex color #3BA530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA530 is #C45ACF. Grayscale: #787878. Windows color (decimal): -12868304 or 3188027. OLE color: 3188027.
HSL color Cylindrical-coordinate representation of color #3BA530: hue angle of 114.36º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BA530 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 165 | 48 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.35 |
| HSL | 114.36º | 0.55% | 0.42% | - |
| HSV(B) | 114.36º | 0.71% | 0.65% | - |
| XYZ | 15.79 | 28.05 | 7.38 | - |
| YUV | 119.97 | 87.38 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 165 | 48 | 0.64 | 0 | 0.71 | 0.35 | 114.36 | 0.55 | 0.42 |
| Hex | 3B | A5 | 30 | 40 | 0 | 47 | 23 | 72 | 37 | 2A |
| Octal | 73 | 245 | 60 | 100 | 0 | 107 | 43 | 162 | 67 | 52 |
| Binary | 111011 | 10100101 | 110000 | 1000000 | 0 | 1000111 | 100011 | 1110010 | 110111 | 101010 |
Color Harmonies of #3BA530
Complementary color
Monochromatic Colors of #3BA530
Black with #3BA530
Text Example
Text Example
White with #3BA530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA530; }
p { color: rgb(59,165,48); }
H1.HeaderClassName
{
color: #3BA530;
}
.AnyTagClassName
{
color: #3BA530;
}
</style>
background-color css
<style>
a { background-color: #3BA530; }
a { background-color: rgb(59,165,48); }
div.DivClassName
{
background-color: #3BA530;
}
.BgClassName
{
background-color: #3BA530;
}
</style>
border-color css
<style>
span { border-color: #3BA530; }
span { border-color: rgb(59,165,48); }
td.TdClassName
{
border-color: #3BA530;
}
.TagClassName
{
border-color: #3BA530;
}
</style>