Shades of Fern Green #45733C
Tints of Fern Green #45733C
RGB
CMYK
RGB Variations
Color information
#45733C (or 0x45733C) is known color: Fern Green. HEX triplet: 45, 73 and 3C. RGB value is (69,115,60). Sum of RGB (Red+Green+Blue) = 69+115+60=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #45733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45733C is #BA8CC3. Grayscale: #5F5F5F. Windows color (decimal): -12225732 or 3961669. OLE color: 3961669.
HSL color Cylindrical-coordinate representation of color #45733C: hue angle of 110.18º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #45733C is Cyan = 0.4, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 115 | 60 | - |
| CMYK | 0.4 | 0 | 0.48 | 0.55 |
| HSL | 110.18º | 0.31% | 0.34% | - |
| HSV(B) | 110.18º | 0.48% | 0.45% | - |
| XYZ | 9.4 | 13.85 | 6.45 | - |
| YUV | 94.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 60 | 0.4 | 0 | 0.48 | 0.55 | 110.18 | 0.31 | 0.34 |
| Hex | 45 | 73 | 3C | 28 | 0 | 30 | 37 | 6E | 1F | 22 |
| Octal | 105 | 163 | 74 | 50 | 0 | 60 | 67 | 156 | 37 | 42 |
| Binary | 1000101 | 1110011 | 111100 | 101000 | 0 | 110000 | 110111 | 1101110 | 11111 | 100010 |
Color Harmonies of #45733C
Complementary color
Monochromatic Colors of #45733C
Black with #45733C
Text Example
Text Example
White with #45733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45733C; }
p { color: rgb(69,115,60); }
H1.HeaderClassName
{
color: #45733C;
}
.AnyTagClassName
{
color: #45733C;
}
</style>
background-color css
<style>
a { background-color: #45733C; }
a { background-color: rgb(69,115,60); }
div.DivClassName
{
background-color: #45733C;
}
.BgClassName
{
background-color: #45733C;
}
</style>
border-color css
<style>
span { border-color: #45733C; }
span { border-color: rgb(69,115,60); }
td.TdClassName
{
border-color: #45733C;
}
.TagClassName
{
border-color: #45733C;
}
</style>