Shades of Fern Green #468A41
Tints of Fern Green #468A41
RGB
CMYK
RGB Variations
Color information
#468A41 (or 0x468A41) is known color: Fern Green. HEX triplet: 46, 8A and 41. RGB value is (70,138,65). Sum of RGB (Red+Green+Blue) = 70+138+65=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #468A41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468A41 is #B975BE. Grayscale: #6D6D6D. Windows color (decimal): -12154303 or 4295238. OLE color: 4295238.
HSL color Cylindrical-coordinate representation of color #468A41: hue angle of 115.89º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #468A41 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 138 | 65 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.46 |
| HSL | 115.89º | 0.36% | 0.4% | - |
| HSV(B) | 115.89º | 0.53% | 0.54% | - |
| XYZ | 12.57 | 19.86 | 8.17 | - |
| YUV | 109.35 | 102.97 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 65 | 0.49 | 0 | 0.53 | 0.46 | 115.89 | 0.36 | 0.4 |
| Hex | 46 | 8A | 41 | 31 | 0 | 35 | 2E | 74 | 24 | 28 |
| Octal | 106 | 212 | 101 | 61 | 0 | 65 | 56 | 164 | 44 | 50 |
| Binary | 1000110 | 10001010 | 1000001 | 110001 | 0 | 110101 | 101110 | 1110100 | 100100 | 101000 |
Color Harmonies of #468A41
Complementary color
Monochromatic Colors of #468A41
Black with #468A41
Text Example
Text Example
White with #468A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468A41; }
p { color: rgb(70,138,65); }
H1.HeaderClassName
{
color: #468A41;
}
.AnyTagClassName
{
color: #468A41;
}
</style>
background-color css
<style>
a { background-color: #468A41; }
a { background-color: rgb(70,138,65); }
div.DivClassName
{
background-color: #468A41;
}
.BgClassName
{
background-color: #468A41;
}
</style>
border-color css
<style>
span { border-color: #468A41; }
span { border-color: rgb(70,138,65); }
td.TdClassName
{
border-color: #468A41;
}
.TagClassName
{
border-color: #468A41;
}
</style>