Shades of La Palma #3C9315
Tints of La Palma #3C9315
RGB
CMYK
RGB Variations
Color information
#3C9315 (or 0x3C9315) is known color: La Palma. HEX triplet: 3C, 93 and 15. RGB value is (60,147,21). Sum of RGB (Red+Green+Blue) = 60+147+21=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 147 (57.81% from 255 or 64.47% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 147 - color contains mainly: green. Hex color #3C9315 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C9315 is #C36CEA. Grayscale: #6B6B6B. Windows color (decimal): -12807403 or 1413948. OLE color: 1413948.
HSL color Cylindrical-coordinate representation of color #3C9315: hue angle of 101.43º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C9315 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 147 | 21 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.42 |
| HSL | 101.43º | 0.75% | 0.33% | - |
| HSV(B) | 101.43º | 0.86% | 0.58% | - |
| XYZ | 12.43 | 21.88 | 4.28 | - |
| YUV | 106.62 | 79.68 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 147 | 21 | 0.59 | 0 | 0.86 | 0.42 | 101.43 | 0.75 | 0.33 |
| Hex | 3C | 93 | 15 | 3B | 0 | 56 | 2A | 65 | 4B | 21 |
| Octal | 74 | 223 | 25 | 73 | 0 | 126 | 52 | 145 | 113 | 41 |
| Binary | 111100 | 10010011 | 10101 | 111011 | 0 | 1010110 | 101010 | 1100101 | 1001011 | 100001 |
Color Harmonies of #3C9315
Complementary color
Monochromatic Colors of #3C9315
Black with #3C9315
Text Example
Text Example
White with #3C9315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9315; }
p { color: rgb(60,147,21); }
H1.HeaderClassName
{
color: #3C9315;
}
.AnyTagClassName
{
color: #3C9315;
}
</style>
background-color css
<style>
a { background-color: #3C9315; }
a { background-color: rgb(60,147,21); }
div.DivClassName
{
background-color: #3C9315;
}
.BgClassName
{
background-color: #3C9315;
}
</style>
border-color css
<style>
span { border-color: #3C9315; }
span { border-color: rgb(60,147,21); }
td.TdClassName
{
border-color: #3C9315;
}
.TagClassName
{
border-color: #3C9315;
}
</style>