Shades of Fern Green #457B3F
Tints of Fern Green #457B3F
RGB
CMYK
RGB Variations
Color information
#457B3F (or 0x457B3F) is known color: Fern Green. HEX triplet: 45, 7B and 3F. RGB value is (69,123,63). Sum of RGB (Red+Green+Blue) = 69+123+63=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 123 - color contains mainly: green. Hex color #457B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457B3F is #BA84C0. Grayscale: #646464. Windows color (decimal): -12223681 or 4160325. OLE color: 4160325.
HSL color Cylindrical-coordinate representation of color #457B3F: hue angle of 114º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #457B3F is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 123 | 63 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.52 |
| HSL | 114º | 0.32% | 0.36% | - |
| HSV(B) | 114º | 0.49% | 0.48% | - |
| XYZ | 10.43 | 15.79 | 7.2 | - |
| YUV | 100.01 | 107.11 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 63 | 0.44 | 0 | 0.49 | 0.52 | 114 | 0.32 | 0.36 |
| Hex | 45 | 7B | 3F | 2C | 0 | 31 | 34 | 72 | 20 | 24 |
| Octal | 105 | 173 | 77 | 54 | 0 | 61 | 64 | 162 | 40 | 44 |
| Binary | 1000101 | 1111011 | 111111 | 101100 | 0 | 110001 | 110100 | 1110010 | 100000 | 100100 |
Color Harmonies of #457B3F
Complementary color
Monochromatic Colors of #457B3F
Black with #457B3F
Text Example
Text Example
White with #457B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457B3F; }
p { color: rgb(69,123,63); }
H1.HeaderClassName
{
color: #457B3F;
}
.AnyTagClassName
{
color: #457B3F;
}
</style>
background-color css
<style>
a { background-color: #457B3F; }
a { background-color: rgb(69,123,63); }
div.DivClassName
{
background-color: #457B3F;
}
.BgClassName
{
background-color: #457B3F;
}
</style>
border-color css
<style>
span { border-color: #457B3F; }
span { border-color: rgb(69,123,63); }
td.TdClassName
{
border-color: #457B3F;
}
.TagClassName
{
border-color: #457B3F;
}
</style>