Shades of Fern Green #45703B
Tints of Fern Green #45703B
RGB
CMYK
RGB Variations
Color information
#45703B (or 0x45703B) is known color: Fern Green. HEX triplet: 45, 70 and 3B. RGB value is (69,112,59). Sum of RGB (Red+Green+Blue) = 69+112+59=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #45703B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45703B is #BA8FC4. Grayscale: #5D5D5D. Windows color (decimal): -12226501 or 3895365. OLE color: 3895365.
HSL color Cylindrical-coordinate representation of color #45703B: hue angle of 108.68º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #45703B is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 112 | 59 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.56 |
| HSL | 108.68º | 0.31% | 0.34% | - |
| HSV(B) | 108.68º | 0.47% | 0.44% | - |
| XYZ | 9.04 | 13.17 | 6.2 | - |
| YUV | 93.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 59 | 0.38 | 0 | 0.47 | 0.56 | 108.68 | 0.31 | 0.34 |
| Hex | 45 | 70 | 3B | 26 | 0 | 2F | 38 | 6D | 1F | 22 |
| Octal | 105 | 160 | 73 | 46 | 0 | 57 | 70 | 155 | 37 | 42 |
| Binary | 1000101 | 1110000 | 111011 | 100110 | 0 | 101111 | 111000 | 1101101 | 11111 | 100010 |
Color Harmonies of #45703B
Complementary color
Monochromatic Colors of #45703B
Black with #45703B
Text Example
Text Example
White with #45703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45703B; }
p { color: rgb(69,112,59); }
H1.HeaderClassName
{
color: #45703B;
}
.AnyTagClassName
{
color: #45703B;
}
</style>
background-color css
<style>
a { background-color: #45703B; }
a { background-color: rgb(69,112,59); }
div.DivClassName
{
background-color: #45703B;
}
.BgClassName
{
background-color: #45703B;
}
</style>
border-color css
<style>
span { border-color: #45703B; }
span { border-color: rgb(69,112,59); }
td.TdClassName
{
border-color: #45703B;
}
.TagClassName
{
border-color: #45703B;
}
</style>