Shades of Fern Green #45823D
Tints of Fern Green #45823D
RGB
CMYK
RGB Variations
Color information
#45823D (or 0x45823D) is known color: Fern Green. HEX triplet: 45, 82 and 3D. RGB value is (69,130,61). Sum of RGB (Red+Green+Blue) = 69+130+61=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #45823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45823D is #BA7DC2. Grayscale: #686868. Windows color (decimal): -12221891 or 4031045. OLE color: 4031045.
HSL color Cylindrical-coordinate representation of color #45823D: hue angle of 113.04º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #45823D is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 130 | 61 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.49 |
| HSL | 113.04º | 0.36% | 0.37% | - |
| HSV(B) | 113.04º | 0.53% | 0.51% | - |
| XYZ | 11.28 | 17.57 | 7.21 | - |
| YUV | 103.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 130 | 61 | 0.47 | 0 | 0.53 | 0.49 | 113.04 | 0.36 | 0.37 |
| Hex | 45 | 82 | 3D | 2F | 0 | 35 | 31 | 71 | 24 | 25 |
| Octal | 105 | 202 | 75 | 57 | 0 | 65 | 61 | 161 | 44 | 45 |
| Binary | 1000101 | 10000010 | 111101 | 101111 | 0 | 110101 | 110001 | 1110001 | 100100 | 100101 |
Color Harmonies of #45823D
Complementary color
Monochromatic Colors of #45823D
Black with #45823D
Text Example
Text Example
White with #45823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45823D; }
p { color: rgb(69,130,61); }
H1.HeaderClassName
{
color: #45823D;
}
.AnyTagClassName
{
color: #45823D;
}
</style>
background-color css
<style>
a { background-color: #45823D; }
a { background-color: rgb(69,130,61); }
div.DivClassName
{
background-color: #45823D;
}
.BgClassName
{
background-color: #45823D;
}
</style>
border-color css
<style>
span { border-color: #45823D; }
span { border-color: rgb(69,130,61); }
td.TdClassName
{
border-color: #45823D;
}
.TagClassName
{
border-color: #45823D;
}
</style>