Shades of Fern Green #468644
Tints of Fern Green #468644
RGB
CMYK
RGB Variations
Color information
#468644 (or 0x468644) is known color: Fern Green. HEX triplet: 46, 86 and 44. RGB value is (70,134,68). Sum of RGB (Red+Green+Blue) = 70+134+68=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #468644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468644 is #B979BB. Grayscale: #6B6B6B. Windows color (decimal): -12155324 or 4490822. OLE color: 4490822.
HSL color Cylindrical-coordinate representation of color #468644: hue angle of 118.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468644 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 134 | 68 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.47 |
| HSL | 118.18º | 0.33% | 0.4% | - |
| HSV(B) | 118.18º | 0.49% | 0.53% | - |
| XYZ | 12.09 | 18.77 | 8.45 | - |
| YUV | 107.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 68 | 0.48 | 0 | 0.49 | 0.47 | 118.18 | 0.33 | 0.4 |
| Hex | 46 | 86 | 44 | 30 | 0 | 31 | 2F | 76 | 21 | 28 |
| Octal | 106 | 206 | 104 | 60 | 0 | 61 | 57 | 166 | 41 | 50 |
| Binary | 1000110 | 10000110 | 1000100 | 110000 | 0 | 110001 | 101111 | 1110110 | 100001 | 101000 |
Color Harmonies of #468644
Complementary color
Monochromatic Colors of #468644
Black with #468644
Text Example
Text Example
White with #468644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468644; }
p { color: rgb(70,134,68); }
H1.HeaderClassName
{
color: #468644;
}
.AnyTagClassName
{
color: #468644;
}
</style>
background-color css
<style>
a { background-color: #468644; }
a { background-color: rgb(70,134,68); }
div.DivClassName
{
background-color: #468644;
}
.BgClassName
{
background-color: #468644;
}
</style>
border-color css
<style>
span { border-color: #468644; }
span { border-color: rgb(70,134,68); }
td.TdClassName
{
border-color: #468644;
}
.TagClassName
{
border-color: #468644;
}
</style>