Shades of Fern Green #45783E
Tints of Fern Green #45783E
RGB
CMYK
RGB Variations
Color information
#45783E (or 0x45783E) is known color: Fern Green. HEX triplet: 45, 78 and 3E. RGB value is (69,120,62). Sum of RGB (Red+Green+Blue) = 69+120+62=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #45783E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45783E is #BA87C1. Grayscale: #626262. Windows color (decimal): -12224450 or 4094021. OLE color: 4094021.
HSL color Cylindrical-coordinate representation of color #45783E: hue angle of 112.76º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #45783E is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 120 | 62 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.53 |
| HSL | 112.76º | 0.32% | 0.36% | - |
| HSV(B) | 112.76º | 0.48% | 0.47% | - |
| XYZ | 10.04 | 15.05 | 6.93 | - |
| YUV | 98.14 | 107.6 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 120 | 62 | 0.42 | 0 | 0.48 | 0.53 | 112.76 | 0.32 | 0.36 |
| Hex | 45 | 78 | 3E | 2A | 0 | 30 | 35 | 71 | 20 | 24 |
| Octal | 105 | 170 | 76 | 52 | 0 | 60 | 65 | 161 | 40 | 44 |
| Binary | 1000101 | 1111000 | 111110 | 101010 | 0 | 110000 | 110101 | 1110001 | 100000 | 100100 |
Color Harmonies of #45783E
Complementary color
Monochromatic Colors of #45783E
Black with #45783E
Text Example
Text Example
White with #45783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45783E; }
p { color: rgb(69,120,62); }
H1.HeaderClassName
{
color: #45783E;
}
.AnyTagClassName
{
color: #45783E;
}
</style>
background-color css
<style>
a { background-color: #45783E; }
a { background-color: rgb(69,120,62); }
div.DivClassName
{
background-color: #45783E;
}
.BgClassName
{
background-color: #45783E;
}
</style>
border-color css
<style>
span { border-color: #45783E; }
span { border-color: rgb(69,120,62); }
td.TdClassName
{
border-color: #45783E;
}
.TagClassName
{
border-color: #45783E;
}
</style>