Shades of La Palma #369D2D
Tints of La Palma #369D2D
RGB
CMYK
RGB Variations
Color information
#369D2D (or 0x369D2D) is known color: La Palma. HEX triplet: 36, 9D and 2D. RGB value is (54,157,45). Sum of RGB (Red+Green+Blue) = 54+157+45=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 157 (61.72% from 255 or 61.33% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 157 - color contains mainly: green. Hex color #369D2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369D2D is #C962D2. Grayscale: #717171. Windows color (decimal): -13198035 or 2989366. OLE color: 2989366.
HSL color Cylindrical-coordinate representation of color #369D2D: hue angle of 115.18º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #369D2D is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 45 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.38 |
| HSL | 115.18º | 0.55% | 0.4% | - |
| HSV(B) | 115.18º | 0.71% | 0.62% | - |
| XYZ | 14.05 | 25.09 | 6.58 | - |
| YUV | 113.44 | 89.38 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 45 | 0.66 | 0 | 0.71 | 0.38 | 115.18 | 0.55 | 0.4 |
| Hex | 36 | 9D | 2D | 42 | 0 | 47 | 26 | 73 | 37 | 28 |
| Octal | 66 | 235 | 55 | 102 | 0 | 107 | 46 | 163 | 67 | 50 |
| Binary | 110110 | 10011101 | 101101 | 1000010 | 0 | 1000111 | 100110 | 1110011 | 110111 | 101000 |
Color Harmonies of #369D2D
Complementary color
Monochromatic Colors of #369D2D
Black with #369D2D
Text Example
Text Example
White with #369D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D2D; }
p { color: rgb(54,157,45); }
H1.HeaderClassName
{
color: #369D2D;
}
.AnyTagClassName
{
color: #369D2D;
}
</style>
background-color css
<style>
a { background-color: #369D2D; }
a { background-color: rgb(54,157,45); }
div.DivClassName
{
background-color: #369D2D;
}
.BgClassName
{
background-color: #369D2D;
}
</style>
border-color css
<style>
span { border-color: #369D2D; }
span { border-color: rgb(54,157,45); }
td.TdClassName
{
border-color: #369D2D;
}
.TagClassName
{
border-color: #369D2D;
}
</style>