Shades of La Palma #388F32
Tints of La Palma #388F32
RGB
CMYK
RGB Variations
Color information
#388F32 (or 0x388F32) is known color: La Palma. HEX triplet: 38, 8F and 32. RGB value is (56,143,50). Sum of RGB (Red+Green+Blue) = 56+143+50=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #388F32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388F32 is #C770CD. Grayscale: #6A6A6A. Windows color (decimal): -13070542 or 3313464. OLE color: 3313464.
HSL color Cylindrical-coordinate representation of color #388F32: hue angle of 116.13º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #388F32 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 143 | 50 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.44 |
| HSL | 116.13º | 0.48% | 0.38% | - |
| HSV(B) | 116.13º | 0.65% | 0.56% | - |
| XYZ | 12.03 | 20.72 | 6.38 | - |
| YUV | 106.39 | 96.18 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 50 | 0.61 | 0 | 0.65 | 0.44 | 116.13 | 0.48 | 0.38 |
| Hex | 38 | 8F | 32 | 3D | 0 | 41 | 2C | 74 | 30 | 26 |
| Octal | 70 | 217 | 62 | 75 | 0 | 101 | 54 | 164 | 60 | 46 |
| Binary | 111000 | 10001111 | 110010 | 111101 | 0 | 1000001 | 101100 | 1110100 | 110000 | 100110 |
Color Harmonies of #388F32
Complementary color
Monochromatic Colors of #388F32
Black with #388F32
Text Example
Text Example
White with #388F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388F32; }
p { color: rgb(56,143,50); }
H1.HeaderClassName
{
color: #388F32;
}
.AnyTagClassName
{
color: #388F32;
}
</style>
background-color css
<style>
a { background-color: #388F32; }
a { background-color: rgb(56,143,50); }
div.DivClassName
{
background-color: #388F32;
}
.BgClassName
{
background-color: #388F32;
}
</style>
border-color css
<style>
span { border-color: #388F32; }
span { border-color: rgb(56,143,50); }
td.TdClassName
{
border-color: #388F32;
}
.TagClassName
{
border-color: #388F32;
}
</style>