Shades of La Palma #359C07
Tints of La Palma #359C07
RGB
CMYK
RGB Variations
Color information
#359C07 (or 0x359C07) is known color: La Palma. HEX triplet: 35, 9C and 07. RGB value is (53,156,7). Sum of RGB (Red+Green+Blue) = 53+156+7=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 156 (61.33% from 255 or 72.22% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 156 - color contains mainly: green. Hex color #359C07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359C07 is #CA63F8. Grayscale: #6C6C6C. Windows color (decimal): -13263865 or 498741. OLE color: 498741.
HSL color Cylindrical-coordinate representation of color #359C07: hue angle of 101.48º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #359C07 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 156 | 7 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.39 |
| HSL | 101.48º | 0.91% | 0.32% | - |
| HSV(B) | 101.48º | 0.96% | 0.61% | - |
| XYZ | 13.4 | 24.55 | 4.23 | - |
| YUV | 108.22 | 70.88 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 7 | 0.66 | 0 | 0.96 | 0.39 | 101.48 | 0.91 | 0.32 |
| Hex | 35 | 9C | 7 | 42 | 0 | 60 | 27 | 65 | 5B | 20 |
| Octal | 65 | 234 | 7 | 102 | 0 | 140 | 47 | 145 | 133 | 40 |
| Binary | 110101 | 10011100 | 111 | 1000010 | 0 | 1100000 | 100111 | 1100101 | 1011011 | 100000 |
Color Harmonies of #359C07
Complementary color
Monochromatic Colors of #359C07
Black with #359C07
Text Example
Text Example
White with #359C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C07; }
p { color: rgb(53,156,7); }
H1.HeaderClassName
{
color: #359C07;
}
.AnyTagClassName
{
color: #359C07;
}
</style>
background-color css
<style>
a { background-color: #359C07; }
a { background-color: rgb(53,156,7); }
div.DivClassName
{
background-color: #359C07;
}
.BgClassName
{
background-color: #359C07;
}
</style>
border-color css
<style>
span { border-color: #359C07; }
span { border-color: rgb(53,156,7); }
td.TdClassName
{
border-color: #359C07;
}
.TagClassName
{
border-color: #359C07;
}
</style>