Shades of Fern Green #467A36
Tints of Fern Green #467A36
RGB
CMYK
RGB Variations
Color information
#467A36 (or 0x467A36) is known color: Fern Green. HEX triplet: 46, 7A and 36. RGB value is (70,122,54). Sum of RGB (Red+Green+Blue) = 70+122+54=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 122 (48.05% from 255 or 49.59% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 122 - color contains mainly: green. Hex color #467A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467A36 is #B985C9. Grayscale: #626262. Windows color (decimal): -12158410 or 3570246. OLE color: 3570246.
HSL color Cylindrical-coordinate representation of color #467A36: hue angle of 105.88º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #467A36 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 122 | 54 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.52 |
| HSL | 105.88º | 0.39% | 0.35% | - |
| HSV(B) | 105.88º | 0.56% | 0.48% | - |
| XYZ | 10.15 | 15.49 | 5.94 | - |
| YUV | 98.7 | 102.77 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 54 | 0.43 | 0 | 0.56 | 0.52 | 105.88 | 0.39 | 0.35 |
| Hex | 46 | 7A | 36 | 2B | 0 | 38 | 34 | 6A | 27 | 23 |
| Octal | 106 | 172 | 66 | 53 | 0 | 70 | 64 | 152 | 47 | 43 |
| Binary | 1000110 | 1111010 | 110110 | 101011 | 0 | 111000 | 110100 | 1101010 | 100111 | 100011 |
Color Harmonies of #467A36
Complementary color
Monochromatic Colors of #467A36
Black with #467A36
Text Example
Text Example
White with #467A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A36; }
p { color: rgb(70,122,54); }
H1.HeaderClassName
{
color: #467A36;
}
.AnyTagClassName
{
color: #467A36;
}
</style>
background-color css
<style>
a { background-color: #467A36; }
a { background-color: rgb(70,122,54); }
div.DivClassName
{
background-color: #467A36;
}
.BgClassName
{
background-color: #467A36;
}
</style>
border-color css
<style>
span { border-color: #467A36; }
span { border-color: rgb(70,122,54); }
td.TdClassName
{
border-color: #467A36;
}
.TagClassName
{
border-color: #467A36;
}
</style>