Shades of La Palma #35922C
Tints of La Palma #35922C
RGB
CMYK
RGB Variations
Color information
#35922C (or 0x35922C) is known color: La Palma. HEX triplet: 35, 92 and 2C. RGB value is (53,146,44). Sum of RGB (Red+Green+Blue) = 53+146+44=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #35922C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35922C is #CA6DD3. Grayscale: #6A6A6A. Windows color (decimal): -13266388 or 2921013. OLE color: 2921013.
HSL color Cylindrical-coordinate representation of color #35922C: hue angle of 114.71º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35922C is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 146 | 44 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.43 |
| HSL | 114.71º | 0.54% | 0.37% | - |
| HSV(B) | 114.71º | 0.7% | 0.57% | - |
| XYZ | 12.2 | 21.5 | 5.89 | - |
| YUV | 106.57 | 92.69 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 146 | 44 | 0.64 | 0 | 0.70 | 0.43 | 114.71 | 0.54 | 0.37 |
| Hex | 35 | 92 | 2C | 40 | 0 | 46 | 2B | 73 | 36 | 25 |
| Octal | 65 | 222 | 54 | 100 | 0 | 106 | 53 | 163 | 66 | 45 |
| Binary | 110101 | 10010010 | 101100 | 1000000 | 0 | 1000110 | 101011 | 1110011 | 110110 | 100101 |
Color Harmonies of #35922C
Complementary color
Monochromatic Colors of #35922C
Black with #35922C
Text Example
Text Example
White with #35922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35922C; }
p { color: rgb(53,146,44); }
H1.HeaderClassName
{
color: #35922C;
}
.AnyTagClassName
{
color: #35922C;
}
</style>
background-color css
<style>
a { background-color: #35922C; }
a { background-color: rgb(53,146,44); }
div.DivClassName
{
background-color: #35922C;
}
.BgClassName
{
background-color: #35922C;
}
</style>
border-color css
<style>
span { border-color: #35922C; }
span { border-color: rgb(53,146,44); }
td.TdClassName
{
border-color: #35922C;
}
.TagClassName
{
border-color: #35922C;
}
</style>