Shades of Fern Green #467A3D
Tints of Fern Green #467A3D
RGB
CMYK
RGB Variations
Color information
#467A3D (or 0x467A3D) is known color: Fern Green. HEX triplet: 46, 7A and 3D. RGB value is (70,122,61). Sum of RGB (Red+Green+Blue) = 70+122+61=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #467A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467A3D is #B985C2. Grayscale: #636363. Windows color (decimal): -12158403 or 4028998. OLE color: 4028998.
HSL color Cylindrical-coordinate representation of color #467A3D: hue angle of 111.15º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #467A3D is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 122 | 61 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.52 |
| HSL | 111.15º | 0.33% | 0.36% | - |
| HSV(B) | 111.15º | 0.5% | 0.48% | - |
| XYZ | 10.33 | 15.56 | 6.87 | - |
| YUV | 99.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 61 | 0.43 | 0 | 0.50 | 0.52 | 111.15 | 0.33 | 0.36 |
| Hex | 46 | 7A | 3D | 2B | 0 | 32 | 34 | 6F | 21 | 24 |
| Octal | 106 | 172 | 75 | 53 | 0 | 62 | 64 | 157 | 41 | 44 |
| Binary | 1000110 | 1111010 | 111101 | 101011 | 0 | 110010 | 110100 | 1101111 | 100001 | 100100 |
Color Harmonies of #467A3D
Complementary color
Monochromatic Colors of #467A3D
Black with #467A3D
Text Example
Text Example
White with #467A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A3D; }
p { color: rgb(70,122,61); }
H1.HeaderClassName
{
color: #467A3D;
}
.AnyTagClassName
{
color: #467A3D;
}
</style>
background-color css
<style>
a { background-color: #467A3D; }
a { background-color: rgb(70,122,61); }
div.DivClassName
{
background-color: #467A3D;
}
.BgClassName
{
background-color: #467A3D;
}
</style>
border-color css
<style>
span { border-color: #467A3D; }
span { border-color: rgb(70,122,61); }
td.TdClassName
{
border-color: #467A3D;
}
.TagClassName
{
border-color: #467A3D;
}
</style>