Shades of La Palma #3C8F01
Tints of La Palma #3C8F01
RGB
CMYK
RGB Variations
Color information
#3C8F01 (or 0x3C8F01) is known color: La Palma. HEX triplet: 3C, 8F and 01. RGB value is (60,143,1). Sum of RGB (Red+Green+Blue) = 60+143+1=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 143 (56.25% from 255 or 70.10% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 143 - color contains mainly: green. Hex color #3C8F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8F01 is #C370FE. Grayscale: #666666. Windows color (decimal): -12808447 or 102204. OLE color: 102204.
HSL color Cylindrical-coordinate representation of color #3C8F01: hue angle of 95.07º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C8F01 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 143 | 1 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.44 |
| HSL | 95.07º | 0.99% | 0.28% | - |
| HSV(B) | 95.07º | 0.99% | 0.56% | - |
| XYZ | 11.69 | 20.61 | 3.39 | - |
| YUV | 102 | 71 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 143 | 1 | 0.58 | 0 | 0.99 | 0.44 | 95.07 | 0.99 | 0.28 |
| Hex | 3C | 8F | 1 | 3A | 0 | 63 | 2C | 5F | 63 | 1C |
| Octal | 74 | 217 | 1 | 72 | 0 | 143 | 54 | 137 | 143 | 34 |
| Binary | 111100 | 10001111 | 1 | 111010 | 0 | 1100011 | 101100 | 1011111 | 1100011 | 11100 |
Color Harmonies of #3C8F01
Complementary color
Monochromatic Colors of #3C8F01
Black with #3C8F01
Text Example
Text Example
White with #3C8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8F01; }
p { color: rgb(60,143,1); }
H1.HeaderClassName
{
color: #3C8F01;
}
.AnyTagClassName
{
color: #3C8F01;
}
</style>
background-color css
<style>
a { background-color: #3C8F01; }
a { background-color: rgb(60,143,1); }
div.DivClassName
{
background-color: #3C8F01;
}
.BgClassName
{
background-color: #3C8F01;
}
</style>
border-color css
<style>
span { border-color: #3C8F01; }
span { border-color: rgb(60,143,1); }
td.TdClassName
{
border-color: #3C8F01;
}
.TagClassName
{
border-color: #3C8F01;
}
</style>