Shades of Fern Green #45823A
Tints of Fern Green #45823A
RGB
CMYK
RGB Variations
Color information
#45823A (or 0x45823A) is known color: Fern Green. HEX triplet: 45, 82 and 3A. RGB value is (69,130,58). Sum of RGB (Red+Green+Blue) = 69+130+58=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #45823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45823A is #BA7DC5. Grayscale: #676767. Windows color (decimal): -12221894 or 3834437. OLE color: 3834437.
HSL color Cylindrical-coordinate representation of color #45823A: hue angle of 110.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45823A is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 130 | 58 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.49 |
| HSL | 110.83º | 0.38% | 0.37% | - |
| HSV(B) | 110.83º | 0.55% | 0.51% | - |
| XYZ | 11.2 | 17.54 | 6.8 | - |
| YUV | 103.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 130 | 58 | 0.47 | 0 | 0.55 | 0.49 | 110.83 | 0.38 | 0.37 |
| Hex | 45 | 82 | 3A | 2F | 0 | 37 | 31 | 6F | 26 | 25 |
| Octal | 105 | 202 | 72 | 57 | 0 | 67 | 61 | 157 | 46 | 45 |
| Binary | 1000101 | 10000010 | 111010 | 101111 | 0 | 110111 | 110001 | 1101111 | 100110 | 100101 |
Color Harmonies of #45823A
Complementary color
Monochromatic Colors of #45823A
Black with #45823A
Text Example
Text Example
White with #45823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45823A; }
p { color: rgb(69,130,58); }
H1.HeaderClassName
{
color: #45823A;
}
.AnyTagClassName
{
color: #45823A;
}
</style>
background-color css
<style>
a { background-color: #45823A; }
a { background-color: rgb(69,130,58); }
div.DivClassName
{
background-color: #45823A;
}
.BgClassName
{
background-color: #45823A;
}
</style>
border-color css
<style>
span { border-color: #45823A; }
span { border-color: rgb(69,130,58); }
td.TdClassName
{
border-color: #45823A;
}
.TagClassName
{
border-color: #45823A;
}
</style>