Shades of Fern Green #487B3D
Tints of Fern Green #487B3D
RGB
CMYK
RGB Variations
Color information
#487B3D (or 0x487B3D) is known color: Fern Green. HEX triplet: 48, 7B and 3D. RGB value is (72,123,61). Sum of RGB (Red+Green+Blue) = 72+123+61=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #487B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487B3D is #B784C2. Grayscale: #646464. Windows color (decimal): -12027075 or 4029256. OLE color: 4029256.
HSL color Cylindrical-coordinate representation of color #487B3D: hue angle of 109.35º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #487B3D is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 123 | 61 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.52 |
| HSL | 109.35º | 0.34% | 0.36% | - |
| HSV(B) | 109.35º | 0.5% | 0.48% | - |
| XYZ | 10.6 | 15.88 | 6.92 | - |
| YUV | 100.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 61 | 0.41 | 0 | 0.50 | 0.52 | 109.35 | 0.34 | 0.36 |
| Hex | 48 | 7B | 3D | 29 | 0 | 32 | 34 | 6D | 22 | 24 |
| Octal | 110 | 173 | 75 | 51 | 0 | 62 | 64 | 155 | 42 | 44 |
| Binary | 1001000 | 1111011 | 111101 | 101001 | 0 | 110010 | 110100 | 1101101 | 100010 | 100100 |
Color Harmonies of #487B3D
Complementary color
Monochromatic Colors of #487B3D
Black with #487B3D
Text Example
Text Example
White with #487B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B3D; }
p { color: rgb(72,123,61); }
H1.HeaderClassName
{
color: #487B3D;
}
.AnyTagClassName
{
color: #487B3D;
}
</style>
background-color css
<style>
a { background-color: #487B3D; }
a { background-color: rgb(72,123,61); }
div.DivClassName
{
background-color: #487B3D;
}
.BgClassName
{
background-color: #487B3D;
}
</style>
border-color css
<style>
span { border-color: #487B3D; }
span { border-color: rgb(72,123,61); }
td.TdClassName
{
border-color: #487B3D;
}
.TagClassName
{
border-color: #487B3D;
}
</style>