Shades of La Palma #36922A
Tints of La Palma #36922A
RGB
CMYK
RGB Variations
Color information
#36922A (or 0x36922A) is known color: La Palma. HEX triplet: 36, 92 and 2A. RGB value is (54,146,42). Sum of RGB (Red+Green+Blue) = 54+146+42=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #36922A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36922A is #C96DD5. Grayscale: #6A6A6A. Windows color (decimal): -13200854 or 2789942. OLE color: 2789942.
HSL color Cylindrical-coordinate representation of color #36922A: hue angle of 113.08º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36922A is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 146 | 42 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.43 |
| HSL | 113.08º | 0.55% | 0.37% | - |
| HSV(B) | 113.08º | 0.71% | 0.57% | - |
| XYZ | 12.22 | 21.51 | 5.7 | - |
| YUV | 106.64 | 91.52 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 146 | 42 | 0.63 | 0 | 0.71 | 0.43 | 113.08 | 0.55 | 0.37 |
| Hex | 36 | 92 | 2A | 3F | 0 | 47 | 2B | 71 | 37 | 25 |
| Octal | 66 | 222 | 52 | 77 | 0 | 107 | 53 | 161 | 67 | 45 |
| Binary | 110110 | 10010010 | 101010 | 111111 | 0 | 1000111 | 101011 | 1110001 | 110111 | 100101 |
Color Harmonies of #36922A
Complementary color
Monochromatic Colors of #36922A
Black with #36922A
Text Example
Text Example
White with #36922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36922A; }
p { color: rgb(54,146,42); }
H1.HeaderClassName
{
color: #36922A;
}
.AnyTagClassName
{
color: #36922A;
}
</style>
background-color css
<style>
a { background-color: #36922A; }
a { background-color: rgb(54,146,42); }
div.DivClassName
{
background-color: #36922A;
}
.BgClassName
{
background-color: #36922A;
}
</style>
border-color css
<style>
span { border-color: #36922A; }
span { border-color: rgb(54,146,42); }
td.TdClassName
{
border-color: #36922A;
}
.TagClassName
{
border-color: #36922A;
}
</style>