Shades of La Palma #378A2B
Tints of La Palma #378A2B
RGB
CMYK
RGB Variations
Color information
#378A2B (or 0x378A2B) is known color: La Palma. HEX triplet: 37, 8A and 2B. RGB value is (55,138,43). Sum of RGB (Red+Green+Blue) = 55+138+43=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 138 (54.30% from 255 or 58.47% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 138 - color contains mainly: green. Hex color #378A2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378A2B is #C875D4. Grayscale: #666666. Windows color (decimal): -13137365 or 2853431. OLE color: 2853431.
HSL color Cylindrical-coordinate representation of color #378A2B: hue angle of 112.42º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #378A2B is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 138 | 43 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.46 |
| HSL | 112.42º | 0.52% | 0.35% | - |
| HSV(B) | 112.42º | 0.69% | 0.54% | - |
| XYZ | 11.1 | 19.16 | 5.4 | - |
| YUV | 102.35 | 94.5 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 43 | 0.60 | 0 | 0.69 | 0.46 | 112.42 | 0.52 | 0.35 |
| Hex | 37 | 8A | 2B | 3C | 0 | 45 | 2E | 70 | 34 | 23 |
| Octal | 67 | 212 | 53 | 74 | 0 | 105 | 56 | 160 | 64 | 43 |
| Binary | 110111 | 10001010 | 101011 | 111100 | 0 | 1000101 | 101110 | 1110000 | 110100 | 100011 |
Color Harmonies of #378A2B
Complementary color
Monochromatic Colors of #378A2B
Black with #378A2B
Text Example
Text Example
White with #378A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378A2B; }
p { color: rgb(55,138,43); }
H1.HeaderClassName
{
color: #378A2B;
}
.AnyTagClassName
{
color: #378A2B;
}
</style>
background-color css
<style>
a { background-color: #378A2B; }
a { background-color: rgb(55,138,43); }
div.DivClassName
{
background-color: #378A2B;
}
.BgClassName
{
background-color: #378A2B;
}
</style>
border-color css
<style>
span { border-color: #378A2B; }
span { border-color: rgb(55,138,43); }
td.TdClassName
{
border-color: #378A2B;
}
.TagClassName
{
border-color: #378A2B;
}
</style>