Shades of La Palma #3B8B2C
Tints of La Palma #3B8B2C
RGB
CMYK
RGB Variations
Color information
#3B8B2C (or 0x3B8B2C) is known color: La Palma. HEX triplet: 3B, 8B and 2C. RGB value is (59,139,44). Sum of RGB (Red+Green+Blue) = 59+139+44=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #3B8B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8B2C is #C474D3. Grayscale: #686868. Windows color (decimal): -12874964 or 2919227. OLE color: 2919227.
HSL color Cylindrical-coordinate representation of color #3B8B2C: hue angle of 110.53º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B8B2C is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 139 | 44 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.45 |
| HSL | 110.53º | 0.52% | 0.36% | - |
| HSV(B) | 110.53º | 0.68% | 0.55% | - |
| XYZ | 11.49 | 19.58 | 5.56 | - |
| YUV | 104.25 | 94 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 139 | 44 | 0.58 | 0 | 0.68 | 0.45 | 110.53 | 0.52 | 0.36 |
| Hex | 3B | 8B | 2C | 3A | 0 | 44 | 2D | 6F | 34 | 24 |
| Octal | 73 | 213 | 54 | 72 | 0 | 104 | 55 | 157 | 64 | 44 |
| Binary | 111011 | 10001011 | 101100 | 111010 | 0 | 1000100 | 101101 | 1101111 | 110100 | 100100 |
Color Harmonies of #3B8B2C
Complementary color
Monochromatic Colors of #3B8B2C
Black with #3B8B2C
Text Example
Text Example
White with #3B8B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8B2C; }
p { color: rgb(59,139,44); }
H1.HeaderClassName
{
color: #3B8B2C;
}
.AnyTagClassName
{
color: #3B8B2C;
}
</style>
background-color css
<style>
a { background-color: #3B8B2C; }
a { background-color: rgb(59,139,44); }
div.DivClassName
{
background-color: #3B8B2C;
}
.BgClassName
{
background-color: #3B8B2C;
}
</style>
border-color css
<style>
span { border-color: #3B8B2C; }
span { border-color: rgb(59,139,44); }
td.TdClassName
{
border-color: #3B8B2C;
}
.TagClassName
{
border-color: #3B8B2C;
}
</style>