Shades of La Palma #33901B
Tints of La Palma #33901B
RGB
CMYK
RGB Variations
Color information
#33901B (or 0x33901B) is known color: La Palma. HEX triplet: 33, 90 and 1B. RGB value is (51,144,27). Sum of RGB (Red+Green+Blue) = 51+144+27=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 144 (56.64% from 255 or 64.86% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 144 - color contains mainly: green. Hex color #33901B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33901B is #CC6FE4. Grayscale: #676767. Windows color (decimal): -13397989 or 1806387. OLE color: 1806387.
HSL color Cylindrical-coordinate representation of color #33901B: hue angle of 107.69º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33901B is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 144 | 27 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.44 |
| HSL | 107.69º | 0.68% | 0.34% | - |
| HSV(B) | 107.69º | 0.81% | 0.56% | - |
| XYZ | 11.54 | 20.73 | 4.43 | - |
| YUV | 102.86 | 85.19 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 27 | 0.65 | 0 | 0.81 | 0.44 | 107.69 | 0.68 | 0.34 |
| Hex | 33 | 90 | 1B | 41 | 0 | 51 | 2C | 6C | 44 | 22 |
| Octal | 63 | 220 | 33 | 101 | 0 | 121 | 54 | 154 | 104 | 42 |
| Binary | 110011 | 10010000 | 11011 | 1000001 | 0 | 1010001 | 101100 | 1101100 | 1000100 | 100010 |
Color Harmonies of #33901B
Complementary color
Monochromatic Colors of #33901B
Black with #33901B
Text Example
Text Example
White with #33901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33901B; }
p { color: rgb(51,144,27); }
H1.HeaderClassName
{
color: #33901B;
}
.AnyTagClassName
{
color: #33901B;
}
</style>
background-color css
<style>
a { background-color: #33901B; }
a { background-color: rgb(51,144,27); }
div.DivClassName
{
background-color: #33901B;
}
.BgClassName
{
background-color: #33901B;
}
</style>
border-color css
<style>
span { border-color: #33901B; }
span { border-color: rgb(51,144,27); }
td.TdClassName
{
border-color: #33901B;
}
.TagClassName
{
border-color: #33901B;
}
</style>