Shades of La Palma #3B9134
Tints of La Palma #3B9134
RGB
CMYK
RGB Variations
Color information
#3B9134 (or 0x3B9134) is known color: La Palma. HEX triplet: 3B, 91 and 34. RGB value is (59,145,52). Sum of RGB (Red+Green+Blue) = 59+145+52=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #3B9134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B9134 is #C46ECB. Grayscale: #6C6C6C. Windows color (decimal): -12873420 or 3445051. OLE color: 3445051.
HSL color Cylindrical-coordinate representation of color #3B9134: hue angle of 115.48º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B9134 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 145 | 52 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.43 |
| HSL | 115.48º | 0.47% | 0.39% | - |
| HSV(B) | 115.48º | 0.64% | 0.57% | - |
| XYZ | 12.55 | 21.43 | 6.72 | - |
| YUV | 108.68 | 96.01 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 145 | 52 | 0.59 | 0 | 0.64 | 0.43 | 115.48 | 0.47 | 0.39 |
| Hex | 3B | 91 | 34 | 3B | 0 | 40 | 2B | 73 | 2F | 27 |
| Octal | 73 | 221 | 64 | 73 | 0 | 100 | 53 | 163 | 57 | 47 |
| Binary | 111011 | 10010001 | 110100 | 111011 | 0 | 1000000 | 101011 | 1110011 | 101111 | 100111 |
Color Harmonies of #3B9134
Complementary color
Monochromatic Colors of #3B9134
Black with #3B9134
Text Example
Text Example
White with #3B9134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9134; }
p { color: rgb(59,145,52); }
H1.HeaderClassName
{
color: #3B9134;
}
.AnyTagClassName
{
color: #3B9134;
}
</style>
background-color css
<style>
a { background-color: #3B9134; }
a { background-color: rgb(59,145,52); }
div.DivClassName
{
background-color: #3B9134;
}
.BgClassName
{
background-color: #3B9134;
}
</style>
border-color css
<style>
span { border-color: #3B9134; }
span { border-color: rgb(59,145,52); }
td.TdClassName
{
border-color: #3B9134;
}
.TagClassName
{
border-color: #3B9134;
}
</style>