Shades of La Palma #35892C
Tints of La Palma #35892C
RGB
CMYK
RGB Variations
Color information
#35892C (or 0x35892C) is known color: La Palma. HEX triplet: 35, 89 and 2C. RGB value is (53,137,44). Sum of RGB (Red+Green+Blue) = 53+137+44=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 137 (53.91% from 255 or 58.55% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 137 - color contains mainly: green. Hex color #35892C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35892C is #CA76D3. Grayscale: #656565. Windows color (decimal): -13268692 or 2918709. OLE color: 2918709.
HSL color Cylindrical-coordinate representation of color #35892C: hue angle of 114.19º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35892C is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 137 | 44 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.46 |
| HSL | 114.19º | 0.51% | 0.35% | - |
| HSV(B) | 114.19º | 0.68% | 0.54% | - |
| XYZ | 10.87 | 18.83 | 5.44 | - |
| YUV | 101.28 | 95.67 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 44 | 0.61 | 0 | 0.68 | 0.46 | 114.19 | 0.51 | 0.35 |
| Hex | 35 | 89 | 2C | 3D | 0 | 44 | 2E | 72 | 33 | 23 |
| Octal | 65 | 211 | 54 | 75 | 0 | 104 | 56 | 162 | 63 | 43 |
| Binary | 110101 | 10001001 | 101100 | 111101 | 0 | 1000100 | 101110 | 1110010 | 110011 | 100011 |
Color Harmonies of #35892C
Complementary color
Monochromatic Colors of #35892C
Black with #35892C
Text Example
Text Example
White with #35892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35892C; }
p { color: rgb(53,137,44); }
H1.HeaderClassName
{
color: #35892C;
}
.AnyTagClassName
{
color: #35892C;
}
</style>
background-color css
<style>
a { background-color: #35892C; }
a { background-color: rgb(53,137,44); }
div.DivClassName
{
background-color: #35892C;
}
.BgClassName
{
background-color: #35892C;
}
</style>
border-color css
<style>
span { border-color: #35892C; }
span { border-color: rgb(53,137,44); }
td.TdClassName
{
border-color: #35892C;
}
.TagClassName
{
border-color: #35892C;
}
</style>