Shades of La Palma #35901B
Tints of La Palma #35901B
RGB
CMYK
RGB Variations
Color information
#35901B (or 0x35901B) is known color: La Palma. HEX triplet: 35, 90 and 1B. RGB value is (53,144,27). Sum of RGB (Red+Green+Blue) = 53+144+27=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 144 (56.64% from 255 or 64.29% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 144 - color contains mainly: green. Hex color #35901B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35901B is #CA6FE4. Grayscale: #676767. Windows color (decimal): -13266917 or 1806389. OLE color: 1806389.
HSL color Cylindrical-coordinate representation of color #35901B: hue angle of 106.67º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35901B is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 144 | 27 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.44 |
| HSL | 106.67º | 0.68% | 0.34% | - |
| HSV(B) | 106.67º | 0.81% | 0.56% | - |
| XYZ | 11.64 | 20.78 | 4.43 | - |
| YUV | 103.45 | 84.85 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 27 | 0.63 | 0 | 0.81 | 0.44 | 106.67 | 0.68 | 0.34 |
| Hex | 35 | 90 | 1B | 3F | 0 | 51 | 2C | 6B | 44 | 22 |
| Octal | 65 | 220 | 33 | 77 | 0 | 121 | 54 | 153 | 104 | 42 |
| Binary | 110101 | 10010000 | 11011 | 111111 | 0 | 1010001 | 101100 | 1101011 | 1000100 | 100010 |
Color Harmonies of #35901B
Complementary color
Monochromatic Colors of #35901B
Black with #35901B
Text Example
Text Example
White with #35901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35901B; }
p { color: rgb(53,144,27); }
H1.HeaderClassName
{
color: #35901B;
}
.AnyTagClassName
{
color: #35901B;
}
</style>
background-color css
<style>
a { background-color: #35901B; }
a { background-color: rgb(53,144,27); }
div.DivClassName
{
background-color: #35901B;
}
.BgClassName
{
background-color: #35901B;
}
</style>
border-color css
<style>
span { border-color: #35901B; }
span { border-color: rgb(53,144,27); }
td.TdClassName
{
border-color: #35901B;
}
.TagClassName
{
border-color: #35901B;
}
</style>