Shades of Fern Green #45713A
Tints of Fern Green #45713A
RGB
CMYK
RGB Variations
Color information
#45713A (or 0x45713A) is known color: Fern Green. HEX triplet: 45, 71 and 3A. RGB value is (69,113,58). Sum of RGB (Red+Green+Blue) = 69+113+58=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #45713A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45713A is #BA8EC5. Grayscale: #5D5D5D. Windows color (decimal): -12226246 or 3830085. OLE color: 3830085.
HSL color Cylindrical-coordinate representation of color #45713A: hue angle of 108º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #45713A is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 113 | 58 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.56 |
| HSL | 108º | 0.32% | 0.34% | - |
| HSV(B) | 108º | 0.49% | 0.44% | - |
| XYZ | 9.12 | 13.38 | 6.1 | - |
| YUV | 93.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 113 | 58 | 0.39 | 0 | 0.49 | 0.56 | 108 | 0.32 | 0.34 |
| Hex | 45 | 71 | 3A | 27 | 0 | 31 | 38 | 6C | 20 | 22 |
| Octal | 105 | 161 | 72 | 47 | 0 | 61 | 70 | 154 | 40 | 42 |
| Binary | 1000101 | 1110001 | 111010 | 100111 | 0 | 110001 | 111000 | 1101100 | 100000 | 100010 |
Color Harmonies of #45713A
Complementary color
Monochromatic Colors of #45713A
Black with #45713A
Text Example
Text Example
White with #45713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45713A; }
p { color: rgb(69,113,58); }
H1.HeaderClassName
{
color: #45713A;
}
.AnyTagClassName
{
color: #45713A;
}
</style>
background-color css
<style>
a { background-color: #45713A; }
a { background-color: rgb(69,113,58); }
div.DivClassName
{
background-color: #45713A;
}
.BgClassName
{
background-color: #45713A;
}
</style>
border-color css
<style>
span { border-color: #45713A; }
span { border-color: rgb(69,113,58); }
td.TdClassName
{
border-color: #45713A;
}
.TagClassName
{
border-color: #45713A;
}
</style>