Shades of Fern Green #457D3C
Tints of Fern Green #457D3C
RGB
CMYK
RGB Variations
Color information
#457D3C (or 0x457D3C) is known color: Fern Green. HEX triplet: 45, 7D and 3C. RGB value is (69,125,60). Sum of RGB (Red+Green+Blue) = 69+125+60=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 125 - color contains mainly: green. Hex color #457D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457D3C is #BA82C3. Grayscale: #656565. Windows color (decimal): -12223172 or 3964229. OLE color: 3964229.
HSL color Cylindrical-coordinate representation of color #457D3C: hue angle of 111.69º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #457D3C is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 125 | 60 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.51 |
| HSL | 111.69º | 0.35% | 0.36% | - |
| HSV(B) | 111.69º | 0.52% | 0.49% | - |
| XYZ | 10.6 | 16.26 | 6.85 | - |
| YUV | 100.85 | 104.95 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 60 | 0.45 | 0 | 0.52 | 0.51 | 111.69 | 0.35 | 0.36 |
| Hex | 45 | 7D | 3C | 2D | 0 | 34 | 33 | 70 | 23 | 24 |
| Octal | 105 | 175 | 74 | 55 | 0 | 64 | 63 | 160 | 43 | 44 |
| Binary | 1000101 | 1111101 | 111100 | 101101 | 0 | 110100 | 110011 | 1110000 | 100011 | 100100 |
Color Harmonies of #457D3C
Complementary color
Monochromatic Colors of #457D3C
Black with #457D3C
Text Example
Text Example
White with #457D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457D3C; }
p { color: rgb(69,125,60); }
H1.HeaderClassName
{
color: #457D3C;
}
.AnyTagClassName
{
color: #457D3C;
}
</style>
background-color css
<style>
a { background-color: #457D3C; }
a { background-color: rgb(69,125,60); }
div.DivClassName
{
background-color: #457D3C;
}
.BgClassName
{
background-color: #457D3C;
}
</style>
border-color css
<style>
span { border-color: #457D3C; }
span { border-color: rgb(69,125,60); }
td.TdClassName
{
border-color: #457D3C;
}
.TagClassName
{
border-color: #457D3C;
}
</style>