Shades of Fern Green #45813F
Tints of Fern Green #45813F
RGB
CMYK
RGB Variations
Color information
#45813F (or 0x45813F) is known color: Fern Green. HEX triplet: 45, 81 and 3F. RGB value is (69,129,63). Sum of RGB (Red+Green+Blue) = 69+129+63=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #45813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45813F is #BA7EC0. Grayscale: #676767. Windows color (decimal): -12222145 or 4161861. OLE color: 4161861.
HSL color Cylindrical-coordinate representation of color #45813F: hue angle of 114.55º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45813F is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 129 | 63 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.49 |
| HSL | 114.55º | 0.34% | 0.38% | - |
| HSV(B) | 114.55º | 0.51% | 0.51% | - |
| XYZ | 11.2 | 17.32 | 7.46 | - |
| YUV | 103.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 129 | 63 | 0.47 | 0 | 0.51 | 0.49 | 114.55 | 0.34 | 0.38 |
| Hex | 45 | 81 | 3F | 2F | 0 | 33 | 31 | 73 | 22 | 26 |
| Octal | 105 | 201 | 77 | 57 | 0 | 63 | 61 | 163 | 42 | 46 |
| Binary | 1000101 | 10000001 | 111111 | 101111 | 0 | 110011 | 110001 | 1110011 | 100010 | 100110 |
Color Harmonies of #45813F
Complementary color
Monochromatic Colors of #45813F
Black with #45813F
Text Example
Text Example
White with #45813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45813F; }
p { color: rgb(69,129,63); }
H1.HeaderClassName
{
color: #45813F;
}
.AnyTagClassName
{
color: #45813F;
}
</style>
background-color css
<style>
a { background-color: #45813F; }
a { background-color: rgb(69,129,63); }
div.DivClassName
{
background-color: #45813F;
}
.BgClassName
{
background-color: #45813F;
}
</style>
border-color css
<style>
span { border-color: #45813F; }
span { border-color: rgb(69,129,63); }
td.TdClassName
{
border-color: #45813F;
}
.TagClassName
{
border-color: #45813F;
}
</style>