Shades of La Palma #359403
Tints of La Palma #359403
RGB
CMYK
RGB Variations
Color information
#359403 (or 0x359403) is known color: La Palma. HEX triplet: 35, 94 and 03. RGB value is (53,148,3). Sum of RGB (Red+Green+Blue) = 53+148+3=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 148 (58.20% from 255 or 72.55% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 148 - color contains mainly: green. Hex color #359403 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359403 is #CA6BFC. Grayscale: #676767. Windows color (decimal): -13265917 or 234549. OLE color: 234549.
HSL color Cylindrical-coordinate representation of color #359403: hue angle of 99.31º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #359403 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 148 | 3 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.42 |
| HSL | 99.31º | 0.96% | 0.3% | - |
| HSV(B) | 99.31º | 0.98% | 0.58% | - |
| XYZ | 12.07 | 21.94 | 3.69 | - |
| YUV | 103.07 | 71.53 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 148 | 3 | 0.64 | 0 | 0.98 | 0.42 | 99.31 | 0.96 | 0.3 |
| Hex | 35 | 94 | 3 | 40 | 0 | 62 | 2A | 63 | 60 | 1E |
| Octal | 65 | 224 | 3 | 100 | 0 | 142 | 52 | 143 | 140 | 36 |
| Binary | 110101 | 10010100 | 11 | 1000000 | 0 | 1100010 | 101010 | 1100011 | 1100000 | 11110 |
Color Harmonies of #359403
Complementary color
Monochromatic Colors of #359403
Black with #359403
Text Example
Text Example
White with #359403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359403; }
p { color: rgb(53,148,3); }
H1.HeaderClassName
{
color: #359403;
}
.AnyTagClassName
{
color: #359403;
}
</style>
background-color css
<style>
a { background-color: #359403; }
a { background-color: rgb(53,148,3); }
div.DivClassName
{
background-color: #359403;
}
.BgClassName
{
background-color: #359403;
}
</style>
border-color css
<style>
span { border-color: #359403; }
span { border-color: rgb(53,148,3); }
td.TdClassName
{
border-color: #359403;
}
.TagClassName
{
border-color: #359403;
}
</style>