Shades of La Palma #388C1C
Tints of La Palma #388C1C
RGB
CMYK
RGB Variations
Color information
#388C1C (or 0x388C1C) is known color: La Palma. HEX triplet: 38, 8C and 1C. RGB value is (56,140,28). Sum of RGB (Red+Green+Blue) = 56+140+28=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 140 (55.08% from 255 or 62.5% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 140 - color contains mainly: green. Hex color #388C1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388C1C is #C773E3. Grayscale: #666666. Windows color (decimal): -13071332 or 1870904. OLE color: 1870904.
HSL color Cylindrical-coordinate representation of color #388C1C: hue angle of 105º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #388C1C is Cyan = 0.6, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 28 | - |
| CMYK | 0.6 | 0 | 0.80 | 0.45 |
| HSL | 105º | 0.67% | 0.33% | - |
| HSV(B) | 105º | 0.8% | 0.55% | - |
| XYZ | 11.22 | 19.68 | 4.31 | - |
| YUV | 102.12 | 86.17 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 28 | 0.6 | 0 | 0.80 | 0.45 | 105 | 0.67 | 0.33 |
| Hex | 38 | 8C | 1C | 3C | 0 | 50 | 2D | 69 | 43 | 21 |
| Octal | 70 | 214 | 34 | 74 | 0 | 120 | 55 | 151 | 103 | 41 |
| Binary | 111000 | 10001100 | 11100 | 111100 | 0 | 1010000 | 101101 | 1101001 | 1000011 | 100001 |
Color Harmonies of #388C1C
Complementary color
Monochromatic Colors of #388C1C
Black with #388C1C
Text Example
Text Example
White with #388C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C1C; }
p { color: rgb(56,140,28); }
H1.HeaderClassName
{
color: #388C1C;
}
.AnyTagClassName
{
color: #388C1C;
}
</style>
background-color css
<style>
a { background-color: #388C1C; }
a { background-color: rgb(56,140,28); }
div.DivClassName
{
background-color: #388C1C;
}
.BgClassName
{
background-color: #388C1C;
}
</style>
border-color css
<style>
span { border-color: #388C1C; }
span { border-color: rgb(56,140,28); }
td.TdClassName
{
border-color: #388C1C;
}
.TagClassName
{
border-color: #388C1C;
}
</style>