Shades of La Palma #39902C
Tints of La Palma #39902C
RGB
CMYK
RGB Variations
Color information
#39902C (or 0x39902C) is known color: La Palma. HEX triplet: 39, 90 and 2C. RGB value is (57,144,44). Sum of RGB (Red+Green+Blue) = 57+144+44=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 144 (56.64% from 255 or 58.78% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 144 - color contains mainly: green. Hex color #39902C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39902C is #C66FD3. Grayscale: #6A6A6A. Windows color (decimal): -13004756 or 2920505. OLE color: 2920505.
HSL color Cylindrical-coordinate representation of color #39902C: hue angle of 112.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39902C is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 144 | 44 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.44 |
| HSL | 112.2º | 0.53% | 0.37% | - |
| HSV(B) | 112.2º | 0.69% | 0.56% | - |
| XYZ | 12.12 | 21 | 5.8 | - |
| YUV | 106.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 44 | 0.60 | 0 | 0.69 | 0.44 | 112.2 | 0.53 | 0.37 |
| Hex | 39 | 90 | 2C | 3C | 0 | 45 | 2C | 70 | 35 | 25 |
| Octal | 71 | 220 | 54 | 74 | 0 | 105 | 54 | 160 | 65 | 45 |
| Binary | 111001 | 10010000 | 101100 | 111100 | 0 | 1000101 | 101100 | 1110000 | 110101 | 100101 |
Color Harmonies of #39902C
Complementary color
Monochromatic Colors of #39902C
Black with #39902C
Text Example
Text Example
White with #39902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39902C; }
p { color: rgb(57,144,44); }
H1.HeaderClassName
{
color: #39902C;
}
.AnyTagClassName
{
color: #39902C;
}
</style>
background-color css
<style>
a { background-color: #39902C; }
a { background-color: rgb(57,144,44); }
div.DivClassName
{
background-color: #39902C;
}
.BgClassName
{
background-color: #39902C;
}
</style>
border-color css
<style>
span { border-color: #39902C; }
span { border-color: rgb(57,144,44); }
td.TdClassName
{
border-color: #39902C;
}
.TagClassName
{
border-color: #39902C;
}
</style>