Shades of La Palma #3D8A36
Tints of La Palma #3D8A36
RGB
CMYK
RGB Variations
Color information
#3D8A36 (or 0x3D8A36) is known color: La Palma. HEX triplet: 3D, 8A and 36. RGB value is (61,138,54). Sum of RGB (Red+Green+Blue) = 61+138+54=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 138 (54.30% from 255 or 54.55% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8A36 is #C275C9. Grayscale: #696969. Windows color (decimal): -12744138 or 3574333. OLE color: 3574333.
HSL color Cylindrical-coordinate representation of color #3D8A36: hue angle of 115º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D8A36 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 138 | 54 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.46 |
| HSL | 115º | 0.44% | 0.38% | - |
| HSV(B) | 115º | 0.61% | 0.54% | - |
| XYZ | 11.68 | 19.44 | 6.63 | - |
| YUV | 105.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 138 | 54 | 0.56 | 0 | 0.61 | 0.46 | 115 | 0.44 | 0.38 |
| Hex | 3D | 8A | 36 | 38 | 0 | 3D | 2E | 73 | 2C | 26 |
| Octal | 75 | 212 | 66 | 70 | 0 | 75 | 56 | 163 | 54 | 46 |
| Binary | 111101 | 10001010 | 110110 | 111000 | 0 | 111101 | 101110 | 1110011 | 101100 | 100110 |
Color Harmonies of #3D8A36
Complementary color
Monochromatic Colors of #3D8A36
Black with #3D8A36
Text Example
Text Example
White with #3D8A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8A36; }
p { color: rgb(61,138,54); }
H1.HeaderClassName
{
color: #3D8A36;
}
.AnyTagClassName
{
color: #3D8A36;
}
</style>
background-color css
<style>
a { background-color: #3D8A36; }
a { background-color: rgb(61,138,54); }
div.DivClassName
{
background-color: #3D8A36;
}
.BgClassName
{
background-color: #3D8A36;
}
</style>
border-color css
<style>
span { border-color: #3D8A36; }
span { border-color: rgb(61,138,54); }
td.TdClassName
{
border-color: #3D8A36;
}
.TagClassName
{
border-color: #3D8A36;
}
</style>