Shades of La Palma #358F1B
Tints of La Palma #358F1B
RGB
CMYK
RGB Variations
Color information
#358F1B (or 0x358F1B) is known color: La Palma. HEX triplet: 35, 8F and 1B. RGB value is (53,143,27). Sum of RGB (Red+Green+Blue) = 53+143+27=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 143 (56.25% from 255 or 64.13% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 143 - color contains mainly: green. Hex color #358F1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358F1B is #CA70E4. Grayscale: #676767. Windows color (decimal): -13267173 or 1806133. OLE color: 1806133.
HSL color Cylindrical-coordinate representation of color #358F1B: hue angle of 106.55º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #358F1B is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 27 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.44 |
| HSL | 106.55º | 0.68% | 0.33% | - |
| HSV(B) | 106.55º | 0.81% | 0.56% | - |
| XYZ | 11.49 | 20.48 | 4.38 | - |
| YUV | 102.87 | 85.18 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 27 | 0.63 | 0 | 0.81 | 0.44 | 106.55 | 0.68 | 0.33 |
| Hex | 35 | 8F | 1B | 3F | 0 | 51 | 2C | 6B | 44 | 21 |
| Octal | 65 | 217 | 33 | 77 | 0 | 121 | 54 | 153 | 104 | 41 |
| Binary | 110101 | 10001111 | 11011 | 111111 | 0 | 1010001 | 101100 | 1101011 | 1000100 | 100001 |
Color Harmonies of #358F1B
Complementary color
Monochromatic Colors of #358F1B
Black with #358F1B
Text Example
Text Example
White with #358F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F1B; }
p { color: rgb(53,143,27); }
H1.HeaderClassName
{
color: #358F1B;
}
.AnyTagClassName
{
color: #358F1B;
}
</style>
background-color css
<style>
a { background-color: #358F1B; }
a { background-color: rgb(53,143,27); }
div.DivClassName
{
background-color: #358F1B;
}
.BgClassName
{
background-color: #358F1B;
}
</style>
border-color css
<style>
span { border-color: #358F1B; }
span { border-color: rgb(53,143,27); }
td.TdClassName
{
border-color: #358F1B;
}
.TagClassName
{
border-color: #358F1B;
}
</style>