Shades of La Palma #35902D
Tints of La Palma #35902D
RGB
CMYK
RGB Variations
Color information
#35902D (or 0x35902D) is known color: La Palma. HEX triplet: 35, 90 and 2D. RGB value is (53,144,45). Sum of RGB (Red+Green+Blue) = 53+144+45=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 144 (56.64% from 255 or 59.50% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 144 - color contains mainly: green. Hex color #35902D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35902D is #CA6FD2. Grayscale: #696969. Windows color (decimal): -13266899 or 2986037. OLE color: 2986037.
HSL color Cylindrical-coordinate representation of color #35902D: hue angle of 115.15º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35902D is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 144 | 45 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.44 |
| HSL | 115.15º | 0.52% | 0.37% | - |
| HSV(B) | 115.15º | 0.69% | 0.56% | - |
| XYZ | 11.92 | 20.89 | 5.89 | - |
| YUV | 105.51 | 93.85 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 45 | 0.63 | 0 | 0.69 | 0.44 | 115.15 | 0.52 | 0.37 |
| Hex | 35 | 90 | 2D | 3F | 0 | 45 | 2C | 73 | 34 | 25 |
| Octal | 65 | 220 | 55 | 77 | 0 | 105 | 54 | 163 | 64 | 45 |
| Binary | 110101 | 10010000 | 101101 | 111111 | 0 | 1000101 | 101100 | 1110011 | 110100 | 100101 |
Color Harmonies of #35902D
Complementary color
Monochromatic Colors of #35902D
Black with #35902D
Text Example
Text Example
White with #35902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35902D; }
p { color: rgb(53,144,45); }
H1.HeaderClassName
{
color: #35902D;
}
.AnyTagClassName
{
color: #35902D;
}
</style>
background-color css
<style>
a { background-color: #35902D; }
a { background-color: rgb(53,144,45); }
div.DivClassName
{
background-color: #35902D;
}
.BgClassName
{
background-color: #35902D;
}
</style>
border-color css
<style>
span { border-color: #35902D; }
span { border-color: rgb(53,144,45); }
td.TdClassName
{
border-color: #35902D;
}
.TagClassName
{
border-color: #35902D;
}
</style>