Shades of La Palma #379700
Tints of La Palma #379700
RGB
CMYK
RGB Variations
Color information
#379700 (or 0x379700) is known color: La Palma. HEX triplet: 37, 97 and 00. RGB value is (55,151,0). Sum of RGB (Red+Green+Blue) = 55+151+0=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 151 (59.38% from 255 or 73.30% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 151 - color contains mainly: green. Hex color #379700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379700 is #C868FF. Grayscale: #696969. Windows color (decimal): -13134080 or 38711. OLE color: 38711.
HSL color Cylindrical-coordinate representation of color #379700: hue angle of 98.15º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #379700 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 151 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.41 |
| HSL | 98.15º | 1% | 0.3% | - |
| HSV(B) | 98.15º | 1% | 0.59% | - |
| XYZ | 12.64 | 22.95 | 3.76 | - |
| YUV | 105.08 | 68.7 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 151 | 0 | 0.64 | 0 | 1 | 0.41 | 98.15 | 1 | 0.3 |
| Hex | 37 | 97 | 0 | 40 | 0 | 64 | 29 | 62 | 64 | 1E |
| Octal | 67 | 227 | 0 | 100 | 0 | 144 | 51 | 142 | 144 | 36 |
| Binary | 110111 | 10010111 | 0 | 1000000 | 0 | 1100100 | 101001 | 1100010 | 1100100 | 11110 |
Color Harmonies of #379700
Complementary color
Monochromatic Colors of #379700
Black with #379700
Text Example
Text Example
White with #379700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379700; }
p { color: rgb(55,151,0); }
H1.HeaderClassName
{
color: #379700;
}
.AnyTagClassName
{
color: #379700;
}
</style>
background-color css
<style>
a { background-color: #379700; }
a { background-color: rgb(55,151,0); }
div.DivClassName
{
background-color: #379700;
}
.BgClassName
{
background-color: #379700;
}
</style>
border-color css
<style>
span { border-color: #379700; }
span { border-color: rgb(55,151,0); }
td.TdClassName
{
border-color: #379700;
}
.TagClassName
{
border-color: #379700;
}
</style>