Shades of Fern Green #45803D
Tints of Fern Green #45803D
RGB
CMYK
RGB Variations
Color information
#45803D (or 0x45803D) is known color: Fern Green. HEX triplet: 45, 80 and 3D. RGB value is (69,128,61). Sum of RGB (Red+Green+Blue) = 69+128+61=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #45803D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45803D is #BA7FC2. Grayscale: #666666. Windows color (decimal): -12222403 or 4030533. OLE color: 4030533.
HSL color Cylindrical-coordinate representation of color #45803D: hue angle of 112.84º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #45803D is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 128 | 61 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.50 |
| HSL | 112.84º | 0.35% | 0.37% | - |
| HSV(B) | 112.84º | 0.52% | 0.5% | - |
| XYZ | 11.02 | 17.04 | 7.12 | - |
| YUV | 102.72 | 104.45 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 128 | 61 | 0.46 | 0 | 0.52 | 0.50 | 112.84 | 0.35 | 0.37 |
| Hex | 45 | 80 | 3D | 2E | 0 | 34 | 32 | 71 | 23 | 25 |
| Octal | 105 | 200 | 75 | 56 | 0 | 64 | 62 | 161 | 43 | 45 |
| Binary | 1000101 | 10000000 | 111101 | 101110 | 0 | 110100 | 110010 | 1110001 | 100011 | 100101 |
Color Harmonies of #45803D
Complementary color
Monochromatic Colors of #45803D
Black with #45803D
Text Example
Text Example
White with #45803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45803D; }
p { color: rgb(69,128,61); }
H1.HeaderClassName
{
color: #45803D;
}
.AnyTagClassName
{
color: #45803D;
}
</style>
background-color css
<style>
a { background-color: #45803D; }
a { background-color: rgb(69,128,61); }
div.DivClassName
{
background-color: #45803D;
}
.BgClassName
{
background-color: #45803D;
}
</style>
border-color css
<style>
span { border-color: #45803D; }
span { border-color: rgb(69,128,61); }
td.TdClassName
{
border-color: #45803D;
}
.TagClassName
{
border-color: #45803D;
}
</style>