Shades of Fern Green #45783C
Tints of Fern Green #45783C
RGB
CMYK
RGB Variations
Color information
#45783C (or 0x45783C) is known color: Fern Green. HEX triplet: 45, 78 and 3C. RGB value is (69,120,60). Sum of RGB (Red+Green+Blue) = 69+120+60=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #45783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45783C is #BA87C3. Grayscale: #626262. Windows color (decimal): -12224452 or 3962949. OLE color: 3962949.
HSL color Cylindrical-coordinate representation of color #45783C: hue angle of 111º 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 #45783C is Cyan = 0.42, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 120 | 60 | - |
| CMYK | 0.42 | 0 | 0.5 | 0.53 |
| HSL | 111º | 0.33% | 0.35% | - |
| HSV(B) | 111º | 0.5% | 0.47% | - |
| XYZ | 9.99 | 15.02 | 6.65 | - |
| YUV | 97.91 | 106.6 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 120 | 60 | 0.42 | 0 | 0.5 | 0.53 | 111 | 0.33 | 0.35 |
| Hex | 45 | 78 | 3C | 2A | 0 | 32 | 35 | 6F | 21 | 23 |
| Octal | 105 | 170 | 74 | 52 | 0 | 62 | 65 | 157 | 41 | 43 |
| Binary | 1000101 | 1111000 | 111100 | 101010 | 0 | 110010 | 110101 | 1101111 | 100001 | 100011 |
Color Harmonies of #45783C
Complementary color
Monochromatic Colors of #45783C
Black with #45783C
Text Example
Text Example
White with #45783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45783C; }
p { color: rgb(69,120,60); }
H1.HeaderClassName
{
color: #45783C;
}
.AnyTagClassName
{
color: #45783C;
}
</style>
background-color css
<style>
a { background-color: #45783C; }
a { background-color: rgb(69,120,60); }
div.DivClassName
{
background-color: #45783C;
}
.BgClassName
{
background-color: #45783C;
}
</style>
border-color css
<style>
span { border-color: #45783C; }
span { border-color: rgb(69,120,60); }
td.TdClassName
{
border-color: #45783C;
}
.TagClassName
{
border-color: #45783C;
}
</style>