Shades of La Palma #388A32
Tints of La Palma #388A32
RGB
CMYK
RGB Variations
Color information
#388A32 (or 0x388A32) is known color: La Palma. HEX triplet: 38, 8A and 32. RGB value is (56,138,50). Sum of RGB (Red+Green+Blue) = 56+138+50=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #388A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388A32 is #C775CD. Grayscale: #676767. Windows color (decimal): -13071822 or 3312184. OLE color: 3312184.
HSL color Cylindrical-coordinate representation of color #388A32: hue angle of 115.91º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #388A32 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 50 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.46 |
| HSL | 115.91º | 0.47% | 0.37% | - |
| HSV(B) | 115.91º | 0.64% | 0.54% | - |
| XYZ | 11.3 | 19.25 | 6.14 | - |
| YUV | 103.45 | 97.83 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 50 | 0.59 | 0 | 0.64 | 0.46 | 115.91 | 0.47 | 0.37 |
| Hex | 38 | 8A | 32 | 3B | 0 | 40 | 2E | 74 | 2F | 25 |
| Octal | 70 | 212 | 62 | 73 | 0 | 100 | 56 | 164 | 57 | 45 |
| Binary | 111000 | 10001010 | 110010 | 111011 | 0 | 1000000 | 101110 | 1110100 | 101111 | 100101 |
Color Harmonies of #388A32
Complementary color
Monochromatic Colors of #388A32
Black with #388A32
Text Example
Text Example
White with #388A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A32; }
p { color: rgb(56,138,50); }
H1.HeaderClassName
{
color: #388A32;
}
.AnyTagClassName
{
color: #388A32;
}
</style>
background-color css
<style>
a { background-color: #388A32; }
a { background-color: rgb(56,138,50); }
div.DivClassName
{
background-color: #388A32;
}
.BgClassName
{
background-color: #388A32;
}
</style>
border-color css
<style>
span { border-color: #388A32; }
span { border-color: rgb(56,138,50); }
td.TdClassName
{
border-color: #388A32;
}
.TagClassName
{
border-color: #388A32;
}
</style>