Shades of La Palma #368C2B
Tints of La Palma #368C2B
RGB
CMYK
RGB Variations
Color information
#368C2B (or 0x368C2B) is known color: La Palma. HEX triplet: 36, 8C and 2B. RGB value is (54,140,43). Sum of RGB (Red+Green+Blue) = 54+140+43=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 140 (55.08% from 255 or 59.07% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 140 - color contains mainly: green. Hex color #368C2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368C2B is #C973D4. Grayscale: #676767. Windows color (decimal): -13202389 or 2853942. OLE color: 2853942.
HSL color Cylindrical-coordinate representation of color #368C2B: hue angle of 113.2º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #368C2B is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 140 | 43 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.45 |
| HSL | 113.2º | 0.53% | 0.36% | - |
| HSV(B) | 113.2º | 0.69% | 0.55% | - |
| XYZ | 11.34 | 19.71 | 5.49 | - |
| YUV | 103.23 | 94.01 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 43 | 0.61 | 0 | 0.69 | 0.45 | 113.2 | 0.53 | 0.36 |
| Hex | 36 | 8C | 2B | 3D | 0 | 45 | 2D | 71 | 35 | 24 |
| Octal | 66 | 214 | 53 | 75 | 0 | 105 | 55 | 161 | 65 | 44 |
| Binary | 110110 | 10001100 | 101011 | 111101 | 0 | 1000101 | 101101 | 1110001 | 110101 | 100100 |
Color Harmonies of #368C2B
Complementary color
Monochromatic Colors of #368C2B
Black with #368C2B
Text Example
Text Example
White with #368C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368C2B; }
p { color: rgb(54,140,43); }
H1.HeaderClassName
{
color: #368C2B;
}
.AnyTagClassName
{
color: #368C2B;
}
</style>
background-color css
<style>
a { background-color: #368C2B; }
a { background-color: rgb(54,140,43); }
div.DivClassName
{
background-color: #368C2B;
}
.BgClassName
{
background-color: #368C2B;
}
</style>
border-color css
<style>
span { border-color: #368C2B; }
span { border-color: rgb(54,140,43); }
td.TdClassName
{
border-color: #368C2B;
}
.TagClassName
{
border-color: #368C2B;
}
</style>