Shades of La Palma #39992D
Tints of La Palma #39992D
RGB
CMYK
RGB Variations
Color information
#39992D (or 0x39992D) is known color: La Palma. HEX triplet: 39, 99 and 2D. RGB value is (57,153,45). Sum of RGB (Red+Green+Blue) = 57+153+45=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 153 (60.16% from 255 or 60% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 153 - color contains mainly: green. Hex color #39992D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39992D is #C666D2. Grayscale: #707070. Windows color (decimal): -13002451 or 2988345. OLE color: 2988345.
HSL color Cylindrical-coordinate representation of color #39992D: hue angle of 113.33º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39992D is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 45 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.4 |
| HSL | 113.33º | 0.55% | 0.39% | - |
| HSV(B) | 113.33º | 0.71% | 0.6% | - |
| XYZ | 13.55 | 23.84 | 6.37 | - |
| YUV | 111.98 | 90.2 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 45 | 0.63 | 0 | 0.71 | 0.4 | 113.33 | 0.55 | 0.39 |
| Hex | 39 | 99 | 2D | 3F | 0 | 47 | 28 | 71 | 37 | 27 |
| Octal | 71 | 231 | 55 | 77 | 0 | 107 | 50 | 161 | 67 | 47 |
| Binary | 111001 | 10011001 | 101101 | 111111 | 0 | 1000111 | 101000 | 1110001 | 110111 | 100111 |
Color Harmonies of #39992D
Complementary color
Monochromatic Colors of #39992D
Black with #39992D
Text Example
Text Example
White with #39992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39992D; }
p { color: rgb(57,153,45); }
H1.HeaderClassName
{
color: #39992D;
}
.AnyTagClassName
{
color: #39992D;
}
</style>
background-color css
<style>
a { background-color: #39992D; }
a { background-color: rgb(57,153,45); }
div.DivClassName
{
background-color: #39992D;
}
.BgClassName
{
background-color: #39992D;
}
</style>
border-color css
<style>
span { border-color: #39992D; }
span { border-color: rgb(57,153,45); }
td.TdClassName
{
border-color: #39992D;
}
.TagClassName
{
border-color: #39992D;
}
</style>