Shades of Fern Green #45783F
Tints of Fern Green #45783F
RGB
CMYK
RGB Variations
Color information
#45783F (or 0x45783F) is known color: Fern Green. HEX triplet: 45, 78 and 3F. RGB value is (69,120,63). Sum of RGB (Red+Green+Blue) = 69+120+63=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #45783F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45783F is #BA87C0. Grayscale: #626262. Windows color (decimal): -12224449 or 4159557. OLE color: 4159557.
HSL color Cylindrical-coordinate representation of color #45783F: hue angle of 113.68º degrees, saturation: 0.31, 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 #45783F is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 120 | 63 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.53 |
| HSL | 113.68º | 0.31% | 0.36% | - |
| HSV(B) | 113.68º | 0.48% | 0.47% | - |
| XYZ | 10.07 | 15.06 | 7.08 | - |
| YUV | 98.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 120 | 63 | 0.42 | 0 | 0.48 | 0.53 | 113.68 | 0.31 | 0.36 |
| Hex | 45 | 78 | 3F | 2A | 0 | 30 | 35 | 72 | 1F | 24 |
| Octal | 105 | 170 | 77 | 52 | 0 | 60 | 65 | 162 | 37 | 44 |
| Binary | 1000101 | 1111000 | 111111 | 101010 | 0 | 110000 | 110101 | 1110010 | 11111 | 100100 |
Color Harmonies of #45783F
Complementary color
Monochromatic Colors of #45783F
Black with #45783F
Text Example
Text Example
White with #45783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45783F; }
p { color: rgb(69,120,63); }
H1.HeaderClassName
{
color: #45783F;
}
.AnyTagClassName
{
color: #45783F;
}
</style>
background-color css
<style>
a { background-color: #45783F; }
a { background-color: rgb(69,120,63); }
div.DivClassName
{
background-color: #45783F;
}
.BgClassName
{
background-color: #45783F;
}
</style>
border-color css
<style>
span { border-color: #45783F; }
span { border-color: rgb(69,120,63); }
td.TdClassName
{
border-color: #45783F;
}
.TagClassName
{
border-color: #45783F;
}
</style>