Shades of La Palma #368A2D
Tints of La Palma #368A2D
RGB
CMYK
RGB Variations
Color information
#368A2D (or 0x368A2D) is known color: La Palma. HEX triplet: 36, 8A and 2D. RGB value is (54,138,45). Sum of RGB (Red+Green+Blue) = 54+138+45=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 138 (54.30% from 255 or 58.23% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 138 - color contains mainly: green. Hex color #368A2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368A2D is #C975D2. Grayscale: #666666. Windows color (decimal): -13202899 or 2984502. OLE color: 2984502.
HSL color Cylindrical-coordinate representation of color #368A2D: hue angle of 114.19º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #368A2D is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 138 | 45 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.46 |
| HSL | 114.19º | 0.51% | 0.36% | - |
| HSV(B) | 114.19º | 0.67% | 0.54% | - |
| XYZ | 11.08 | 19.15 | 5.59 | - |
| YUV | 102.28 | 95.67 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 138 | 45 | 0.61 | 0 | 0.67 | 0.46 | 114.19 | 0.51 | 0.36 |
| Hex | 36 | 8A | 2D | 3D | 0 | 43 | 2E | 72 | 33 | 24 |
| Octal | 66 | 212 | 55 | 75 | 0 | 103 | 56 | 162 | 63 | 44 |
| Binary | 110110 | 10001010 | 101101 | 111101 | 0 | 1000011 | 101110 | 1110010 | 110011 | 100100 |
Color Harmonies of #368A2D
Complementary color
Monochromatic Colors of #368A2D
Black with #368A2D
Text Example
Text Example
White with #368A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368A2D; }
p { color: rgb(54,138,45); }
H1.HeaderClassName
{
color: #368A2D;
}
.AnyTagClassName
{
color: #368A2D;
}
</style>
background-color css
<style>
a { background-color: #368A2D; }
a { background-color: rgb(54,138,45); }
div.DivClassName
{
background-color: #368A2D;
}
.BgClassName
{
background-color: #368A2D;
}
</style>
border-color css
<style>
span { border-color: #368A2D; }
span { border-color: rgb(54,138,45); }
td.TdClassName
{
border-color: #368A2D;
}
.TagClassName
{
border-color: #368A2D;
}
</style>