Shades of La Palma #35901A
Tints of La Palma #35901A
RGB
CMYK
RGB Variations
Color information
#35901A (or 0x35901A) is known color: La Palma. HEX triplet: 35, 90 and 1A. RGB value is (53,144,26). Sum of RGB (Red+Green+Blue) = 53+144+26=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 144 (56.64% from 255 or 64.57% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 144 - color contains mainly: green. Hex color #35901A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35901A is #CA6FE5. Grayscale: #676767. Windows color (decimal): -13266918 or 1740853. OLE color: 1740853.
HSL color Cylindrical-coordinate representation of color #35901A: hue angle of 106.27º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #35901A is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 144 | 26 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.44 |
| HSL | 106.27º | 0.69% | 0.33% | - |
| HSV(B) | 106.27º | 0.82% | 0.56% | - |
| XYZ | 11.63 | 20.78 | 4.37 | - |
| YUV | 103.34 | 84.35 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 26 | 0.63 | 0 | 0.82 | 0.44 | 106.27 | 0.69 | 0.33 |
| Hex | 35 | 90 | 1A | 3F | 0 | 52 | 2C | 6A | 45 | 21 |
| Octal | 65 | 220 | 32 | 77 | 0 | 122 | 54 | 152 | 105 | 41 |
| Binary | 110101 | 10010000 | 11010 | 111111 | 0 | 1010010 | 101100 | 1101010 | 1000101 | 100001 |
Color Harmonies of #35901A
Complementary color
Monochromatic Colors of #35901A
Black with #35901A
Text Example
Text Example
White with #35901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35901A; }
p { color: rgb(53,144,26); }
H1.HeaderClassName
{
color: #35901A;
}
.AnyTagClassName
{
color: #35901A;
}
</style>
background-color css
<style>
a { background-color: #35901A; }
a { background-color: rgb(53,144,26); }
div.DivClassName
{
background-color: #35901A;
}
.BgClassName
{
background-color: #35901A;
}
</style>
border-color css
<style>
span { border-color: #35901A; }
span { border-color: rgb(53,144,26); }
td.TdClassName
{
border-color: #35901A;
}
.TagClassName
{
border-color: #35901A;
}
</style>