Shades of La Palma #3D8D08
Tints of La Palma #3D8D08
RGB
CMYK
RGB Variations
Color information
#3D8D08 (or 0x3D8D08) is known color: La Palma. HEX triplet: 3D, 8D and 08. RGB value is (61,141,8). Sum of RGB (Red+Green+Blue) = 61+141+8=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 141 (55.47% from 255 or 67.14% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 141 - color contains mainly: green. Hex color #3D8D08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D8D08 is #C272F7. Grayscale: #666666. Windows color (decimal): -12743416 or 560445. OLE color: 560445.
HSL color Cylindrical-coordinate representation of color #3D8D08: hue angle of 96.09º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D8D08 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 141 | 8 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.45 |
| HSL | 96.09º | 0.89% | 0.29% | - |
| HSV(B) | 96.09º | 0.94% | 0.55% | - |
| XYZ | 11.49 | 20.06 | 3.5 | - |
| YUV | 101.92 | 75 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 141 | 8 | 0.57 | 0 | 0.94 | 0.45 | 96.09 | 0.89 | 0.29 |
| Hex | 3D | 8D | 8 | 39 | 0 | 5E | 2D | 60 | 59 | 1D |
| Octal | 75 | 215 | 10 | 71 | 0 | 136 | 55 | 140 | 131 | 35 |
| Binary | 111101 | 10001101 | 1000 | 111001 | 0 | 1011110 | 101101 | 1100000 | 1011001 | 11101 |
Color Harmonies of #3D8D08
Complementary color
Monochromatic Colors of #3D8D08
Black with #3D8D08
Text Example
Text Example
White with #3D8D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8D08; }
p { color: rgb(61,141,8); }
H1.HeaderClassName
{
color: #3D8D08;
}
.AnyTagClassName
{
color: #3D8D08;
}
</style>
background-color css
<style>
a { background-color: #3D8D08; }
a { background-color: rgb(61,141,8); }
div.DivClassName
{
background-color: #3D8D08;
}
.BgClassName
{
background-color: #3D8D08;
}
</style>
border-color css
<style>
span { border-color: #3D8D08; }
span { border-color: rgb(61,141,8); }
td.TdClassName
{
border-color: #3D8D08;
}
.TagClassName
{
border-color: #3D8D08;
}
</style>