Shades of La Palma #35A521
Tints of La Palma #35A521
RGB
CMYK
RGB Variations
Color information
#35A521 (or 0x35A521) is known color: La Palma. HEX triplet: 35, A5 and 21. RGB value is (53,165,33). Sum of RGB (Red+Green+Blue) = 53+165+33=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 165 (64.84% from 255 or 65.74% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 165 - color contains mainly: green. Hex color #35A521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A521 is #CA5ADE. Grayscale: #747474. Windows color (decimal): -13261535 or 2204981. OLE color: 2204981.
HSL color Cylindrical-coordinate representation of color #35A521: hue angle of 110.91º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35A521 is Cyan = 0.68, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 165 | 33 | - |
| CMYK | 0.68 | 0 | 0.8 | 0.35 |
| HSL | 110.91º | 0.67% | 0.39% | - |
| HSV(B) | 110.91º | 0.8% | 0.65% | - |
| XYZ | 15.2 | 27.78 | 6 | - |
| YUV | 116.46 | 80.89 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 165 | 33 | 0.68 | 0 | 0.8 | 0.35 | 110.91 | 0.67 | 0.39 |
| Hex | 35 | A5 | 21 | 44 | 0 | 50 | 23 | 6F | 43 | 27 |
| Octal | 65 | 245 | 41 | 104 | 0 | 120 | 43 | 157 | 103 | 47 |
| Binary | 110101 | 10100101 | 100001 | 1000100 | 0 | 1010000 | 100011 | 1101111 | 1000011 | 100111 |
Color Harmonies of #35A521
Complementary color
Monochromatic Colors of #35A521
Black with #35A521
Text Example
Text Example
White with #35A521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A521; }
p { color: rgb(53,165,33); }
H1.HeaderClassName
{
color: #35A521;
}
.AnyTagClassName
{
color: #35A521;
}
</style>
background-color css
<style>
a { background-color: #35A521; }
a { background-color: rgb(53,165,33); }
div.DivClassName
{
background-color: #35A521;
}
.BgClassName
{
background-color: #35A521;
}
</style>
border-color css
<style>
span { border-color: #35A521; }
span { border-color: rgb(53,165,33); }
td.TdClassName
{
border-color: #35A521;
}
.TagClassName
{
border-color: #35A521;
}
</style>