Shades of La Palma #399101
Tints of La Palma #399101
RGB
CMYK
RGB Variations
Color information
#399101 (or 0x399101) is known color: La Palma. HEX triplet: 39, 91 and 01. RGB value is (57,145,1). Sum of RGB (Red+Green+Blue) = 57+145+1=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 145 (57.03% from 255 or 71.43% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 145 - color contains mainly: green. Hex color #399101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399101 is #C66EFE. Grayscale: #666666. Windows color (decimal): -13004543 or 102713. OLE color: 102713.
HSL color Cylindrical-coordinate representation of color #399101: hue angle of 96.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #399101 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 1 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.43 |
| HSL | 96.67º | 0.99% | 0.29% | - |
| HSV(B) | 96.67º | 0.99% | 0.57% | - |
| XYZ | 11.82 | 21.12 | 3.48 | - |
| YUV | 102.27 | 70.85 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 1 | 0.61 | 0 | 0.99 | 0.43 | 96.67 | 0.99 | 0.29 |
| Hex | 39 | 91 | 1 | 3D | 0 | 63 | 2B | 61 | 63 | 1D |
| Octal | 71 | 221 | 1 | 75 | 0 | 143 | 53 | 141 | 143 | 35 |
| Binary | 111001 | 10010001 | 1 | 111101 | 0 | 1100011 | 101011 | 1100001 | 1100011 | 11101 |
Color Harmonies of #399101
Complementary color
Monochromatic Colors of #399101
Black with #399101
Text Example
Text Example
White with #399101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399101; }
p { color: rgb(57,145,1); }
H1.HeaderClassName
{
color: #399101;
}
.AnyTagClassName
{
color: #399101;
}
</style>
background-color css
<style>
a { background-color: #399101; }
a { background-color: rgb(57,145,1); }
div.DivClassName
{
background-color: #399101;
}
.BgClassName
{
background-color: #399101;
}
</style>
border-color css
<style>
span { border-color: #399101; }
span { border-color: rgb(57,145,1); }
td.TdClassName
{
border-color: #399101;
}
.TagClassName
{
border-color: #399101;
}
</style>