Shades of Fern Green #45773C
Tints of Fern Green #45773C
RGB
CMYK
RGB Variations
Color information
#45773C (or 0x45773C) is known color: Fern Green. HEX triplet: 45, 77 and 3C. RGB value is (69,119,60). Sum of RGB (Red+Green+Blue) = 69+119+60=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #45773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45773C is #BA88C3. Grayscale: #616161. Windows color (decimal): -12224708 or 3962693. OLE color: 3962693.
HSL color Cylindrical-coordinate representation of color #45773C: hue angle of 110.85º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45773C is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 119 | 60 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.53 |
| HSL | 110.85º | 0.33% | 0.35% | - |
| HSV(B) | 110.85º | 0.5% | 0.47% | - |
| XYZ | 9.87 | 14.79 | 6.61 | - |
| YUV | 97.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 119 | 60 | 0.42 | 0 | 0.50 | 0.53 | 110.85 | 0.33 | 0.35 |
| Hex | 45 | 77 | 3C | 2A | 0 | 32 | 35 | 6F | 21 | 23 |
| Octal | 105 | 167 | 74 | 52 | 0 | 62 | 65 | 157 | 41 | 43 |
| Binary | 1000101 | 1110111 | 111100 | 101010 | 0 | 110010 | 110101 | 1101111 | 100001 | 100011 |
Color Harmonies of #45773C
Complementary color
Monochromatic Colors of #45773C
Black with #45773C
Text Example
Text Example
White with #45773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45773C; }
p { color: rgb(69,119,60); }
H1.HeaderClassName
{
color: #45773C;
}
.AnyTagClassName
{
color: #45773C;
}
</style>
background-color css
<style>
a { background-color: #45773C; }
a { background-color: rgb(69,119,60); }
div.DivClassName
{
background-color: #45773C;
}
.BgClassName
{
background-color: #45773C;
}
</style>
border-color css
<style>
span { border-color: #45773C; }
span { border-color: rgb(69,119,60); }
td.TdClassName
{
border-color: #45773C;
}
.TagClassName
{
border-color: #45773C;
}
</style>