Shades of Fern Green #45703C
Tints of Fern Green #45703C
RGB
CMYK
RGB Variations
Color information
#45703C (or 0x45703C) is known color: Fern Green. HEX triplet: 45, 70 and 3C. RGB value is (69,112,60). Sum of RGB (Red+Green+Blue) = 69+112+60=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #45703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45703C is #BA8FC3. Grayscale: #5D5D5D. Windows color (decimal): -12226500 or 3960901. OLE color: 3960901.
HSL color Cylindrical-coordinate representation of color #45703C: hue angle of 109.62º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #45703C is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 112 | 60 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.56 |
| HSL | 109.62º | 0.3% | 0.34% | - |
| HSV(B) | 109.62º | 0.46% | 0.44% | - |
| XYZ | 9.06 | 13.18 | 6.34 | - |
| YUV | 93.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 60 | 0.38 | 0 | 0.46 | 0.56 | 109.62 | 0.3 | 0.34 |
| Hex | 45 | 70 | 3C | 26 | 0 | 2E | 38 | 6E | 1E | 22 |
| Octal | 105 | 160 | 74 | 46 | 0 | 56 | 70 | 156 | 36 | 42 |
| Binary | 1000101 | 1110000 | 111100 | 100110 | 0 | 101110 | 111000 | 1101110 | 11110 | 100010 |
Color Harmonies of #45703C
Complementary color
Monochromatic Colors of #45703C
Black with #45703C
Text Example
Text Example
White with #45703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45703C; }
p { color: rgb(69,112,60); }
H1.HeaderClassName
{
color: #45703C;
}
.AnyTagClassName
{
color: #45703C;
}
</style>
background-color css
<style>
a { background-color: #45703C; }
a { background-color: rgb(69,112,60); }
div.DivClassName
{
background-color: #45703C;
}
.BgClassName
{
background-color: #45703C;
}
</style>
border-color css
<style>
span { border-color: #45703C; }
span { border-color: rgb(69,112,60); }
td.TdClassName
{
border-color: #45703C;
}
.TagClassName
{
border-color: #45703C;
}
</style>