Shades of Fern Green #468A3E
Tints of Fern Green #468A3E
RGB
CMYK
RGB Variations
Color information
#468A3E (or 0x468A3E) is known color: Fern Green. HEX triplet: 46, 8A and 3E. RGB value is (70,138,62). Sum of RGB (Red+Green+Blue) = 70+138+62=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #468A3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468A3E is #B975C1. Grayscale: #6D6D6D. Windows color (decimal): -12154306 or 4098630. OLE color: 4098630.
HSL color Cylindrical-coordinate representation of color #468A3E: hue angle of 113.68º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #468A3E is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 138 | 62 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.46 |
| HSL | 113.68º | 0.38% | 0.39% | - |
| HSV(B) | 113.68º | 0.55% | 0.54% | - |
| XYZ | 12.48 | 19.83 | 7.73 | - |
| YUV | 109 | 101.47 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 62 | 0.49 | 0 | 0.55 | 0.46 | 113.68 | 0.38 | 0.39 |
| Hex | 46 | 8A | 3E | 31 | 0 | 37 | 2E | 72 | 26 | 27 |
| Octal | 106 | 212 | 76 | 61 | 0 | 67 | 56 | 162 | 46 | 47 |
| Binary | 1000110 | 10001010 | 111110 | 110001 | 0 | 110111 | 101110 | 1110010 | 100110 | 100111 |
Color Harmonies of #468A3E
Complementary color
Monochromatic Colors of #468A3E
Black with #468A3E
Text Example
Text Example
White with #468A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468A3E; }
p { color: rgb(70,138,62); }
H1.HeaderClassName
{
color: #468A3E;
}
.AnyTagClassName
{
color: #468A3E;
}
</style>
background-color css
<style>
a { background-color: #468A3E; }
a { background-color: rgb(70,138,62); }
div.DivClassName
{
background-color: #468A3E;
}
.BgClassName
{
background-color: #468A3E;
}
</style>
border-color css
<style>
span { border-color: #468A3E; }
span { border-color: rgb(70,138,62); }
td.TdClassName
{
border-color: #468A3E;
}
.TagClassName
{
border-color: #468A3E;
}
</style>