Shades of La Palma #36921A
Tints of La Palma #36921A
RGB
CMYK
RGB Variations
Color information
#36921A (or 0x36921A) is known color: La Palma. HEX triplet: 36, 92 and 1A. RGB value is (54,146,26). Sum of RGB (Red+Green+Blue) = 54+146+26=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 146 (57.42% from 255 or 64.60% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 146 - color contains mainly: green. Hex color #36921A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36921A is #C96DE5. Grayscale: #696969. Windows color (decimal): -13200870 or 1741366. OLE color: 1741366.
HSL color Cylindrical-coordinate representation of color #36921A: hue angle of 106º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #36921A is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 146 | 26 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.43 |
| HSL | 106º | 0.7% | 0.34% | - |
| HSV(B) | 106º | 0.82% | 0.57% | - |
| XYZ | 11.99 | 21.42 | 4.48 | - |
| YUV | 104.81 | 83.52 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 146 | 26 | 0.63 | 0 | 0.82 | 0.43 | 106 | 0.7 | 0.34 |
| Hex | 36 | 92 | 1A | 3F | 0 | 52 | 2B | 6A | 46 | 22 |
| Octal | 66 | 222 | 32 | 77 | 0 | 122 | 53 | 152 | 106 | 42 |
| Binary | 110110 | 10010010 | 11010 | 111111 | 0 | 1010010 | 101011 | 1101010 | 1000110 | 100010 |
Color Harmonies of #36921A
Complementary color
Monochromatic Colors of #36921A
Black with #36921A
Text Example
Text Example
White with #36921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36921A; }
p { color: rgb(54,146,26); }
H1.HeaderClassName
{
color: #36921A;
}
.AnyTagClassName
{
color: #36921A;
}
</style>
background-color css
<style>
a { background-color: #36921A; }
a { background-color: rgb(54,146,26); }
div.DivClassName
{
background-color: #36921A;
}
.BgClassName
{
background-color: #36921A;
}
</style>
border-color css
<style>
span { border-color: #36921A; }
span { border-color: rgb(54,146,26); }
td.TdClassName
{
border-color: #36921A;
}
.TagClassName
{
border-color: #36921A;
}
</style>