Shades of Fern Green #45723D
Tints of Fern Green #45723D
RGB
CMYK
RGB Variations
Color information
#45723D (or 0x45723D) is known color: Fern Green. HEX triplet: 45, 72 and 3D. RGB value is (69,114,61). Sum of RGB (Red+Green+Blue) = 69+114+61=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #45723D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45723D is #BA8DC2. Grayscale: #5E5E5E. Windows color (decimal): -12225987 or 4026949. OLE color: 4026949.
HSL color Cylindrical-coordinate representation of color #45723D: hue angle of 110.94º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #45723D is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 114 | 61 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.55 |
| HSL | 110.94º | 0.3% | 0.34% | - |
| HSV(B) | 110.94º | 0.46% | 0.45% | - |
| XYZ | 9.31 | 13.64 | 6.56 | - |
| YUV | 94.5 | 109.09 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 114 | 61 | 0.39 | 0 | 0.46 | 0.55 | 110.94 | 0.3 | 0.34 |
| Hex | 45 | 72 | 3D | 27 | 0 | 2E | 37 | 6F | 1E | 22 |
| Octal | 105 | 162 | 75 | 47 | 0 | 56 | 67 | 157 | 36 | 42 |
| Binary | 1000101 | 1110010 | 111101 | 100111 | 0 | 101110 | 110111 | 1101111 | 11110 | 100010 |
Color Harmonies of #45723D
Complementary color
Monochromatic Colors of #45723D
Black with #45723D
Text Example
Text Example
White with #45723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45723D; }
p { color: rgb(69,114,61); }
H1.HeaderClassName
{
color: #45723D;
}
.AnyTagClassName
{
color: #45723D;
}
</style>
background-color css
<style>
a { background-color: #45723D; }
a { background-color: rgb(69,114,61); }
div.DivClassName
{
background-color: #45723D;
}
.BgClassName
{
background-color: #45723D;
}
</style>
border-color css
<style>
span { border-color: #45723D; }
span { border-color: rgb(69,114,61); }
td.TdClassName
{
border-color: #45723D;
}
.TagClassName
{
border-color: #45723D;
}
</style>