Shades of La Palma #388C26
Tints of La Palma #388C26
RGB
CMYK
RGB Variations
Color information
#388C26 (or 0x388C26) is known color: La Palma. HEX triplet: 38, 8C and 26. RGB value is (56,140,38). Sum of RGB (Red+Green+Blue) = 56+140+38=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 140 (55.08% from 255 or 59.83% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 140 - color contains mainly: green. Hex color #388C26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388C26 is #C773D9. Grayscale: #676767. Windows color (decimal): -13071322 or 2526264. OLE color: 2526264.
HSL color Cylindrical-coordinate representation of color #388C26: hue angle of 109.41º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #388C26 is Cyan = 0.6, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 38 | - |
| CMYK | 0.6 | 0 | 0.73 | 0.45 |
| HSL | 109.41º | 0.57% | 0.35% | - |
| HSV(B) | 109.41º | 0.73% | 0.55% | - |
| XYZ | 11.36 | 19.74 | 5.04 | - |
| YUV | 103.26 | 91.17 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 38 | 0.6 | 0 | 0.73 | 0.45 | 109.41 | 0.57 | 0.35 |
| Hex | 38 | 8C | 26 | 3C | 0 | 49 | 2D | 6D | 39 | 23 |
| Octal | 70 | 214 | 46 | 74 | 0 | 111 | 55 | 155 | 71 | 43 |
| Binary | 111000 | 10001100 | 100110 | 111100 | 0 | 1001001 | 101101 | 1101101 | 111001 | 100011 |
Color Harmonies of #388C26
Complementary color
Monochromatic Colors of #388C26
Black with #388C26
Text Example
Text Example
White with #388C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C26; }
p { color: rgb(56,140,38); }
H1.HeaderClassName
{
color: #388C26;
}
.AnyTagClassName
{
color: #388C26;
}
</style>
background-color css
<style>
a { background-color: #388C26; }
a { background-color: rgb(56,140,38); }
div.DivClassName
{
background-color: #388C26;
}
.BgClassName
{
background-color: #388C26;
}
</style>
border-color css
<style>
span { border-color: #388C26; }
span { border-color: rgb(56,140,38); }
td.TdClassName
{
border-color: #388C26;
}
.TagClassName
{
border-color: #388C26;
}
</style>