Shades of La Palma #3B8532
Tints of La Palma #3B8532
RGB
CMYK
RGB Variations
Color information
#3B8532 (or 0x3B8532) is known color: La Palma. HEX triplet: 3B, 85 and 32. RGB value is (59,133,50). Sum of RGB (Red+Green+Blue) = 59+133+50=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #3B8532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8532 is #C47ACD. Grayscale: #656565. Windows color (decimal): -12876494 or 3310907. OLE color: 3310907.
HSL color Cylindrical-coordinate representation of color #3B8532: hue angle of 113.49º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B8532 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 133 | 50 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.48 |
| HSL | 113.49º | 0.45% | 0.36% | - |
| HSV(B) | 113.49º | 0.62% | 0.52% | - |
| XYZ | 10.77 | 17.94 | 5.91 | - |
| YUV | 101.41 | 98.98 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 133 | 50 | 0.56 | 0 | 0.62 | 0.48 | 113.49 | 0.45 | 0.36 |
| Hex | 3B | 85 | 32 | 38 | 0 | 3E | 30 | 71 | 2D | 24 |
| Octal | 73 | 205 | 62 | 70 | 0 | 76 | 60 | 161 | 55 | 44 |
| Binary | 111011 | 10000101 | 110010 | 111000 | 0 | 111110 | 110000 | 1110001 | 101101 | 100100 |
Color Harmonies of #3B8532
Complementary color
Monochromatic Colors of #3B8532
Black with #3B8532
Text Example
Text Example
White with #3B8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8532; }
p { color: rgb(59,133,50); }
H1.HeaderClassName
{
color: #3B8532;
}
.AnyTagClassName
{
color: #3B8532;
}
</style>
background-color css
<style>
a { background-color: #3B8532; }
a { background-color: rgb(59,133,50); }
div.DivClassName
{
background-color: #3B8532;
}
.BgClassName
{
background-color: #3B8532;
}
</style>
border-color css
<style>
span { border-color: #3B8532; }
span { border-color: rgb(59,133,50); }
td.TdClassName
{
border-color: #3B8532;
}
.TagClassName
{
border-color: #3B8532;
}
</style>