Shades of Fern Green #417A38
Tints of Fern Green #417A38
RGB
CMYK
RGB Variations
Color information
#417A38 (or 0x417A38) is known color: Fern Green. HEX triplet: 41, 7A and 38. RGB value is (65,122,56). Sum of RGB (Red+Green+Blue) = 65+122+56=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 122 (48.05% from 255 or 50.21% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 122 - color contains mainly: green. Hex color #417A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417A38 is #BE85C7. Grayscale: #616161. Windows color (decimal): -12486088 or 3701313. OLE color: 3701313.
HSL color Cylindrical-coordinate representation of color #417A38: hue angle of 111.82º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #417A38 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 122 | 56 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.52 |
| HSL | 111.82º | 0.37% | 0.35% | - |
| HSV(B) | 111.82º | 0.54% | 0.48% | - |
| XYZ | 9.85 | 15.33 | 6.18 | - |
| YUV | 97.43 | 104.62 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 56 | 0.47 | 0 | 0.54 | 0.52 | 111.82 | 0.37 | 0.35 |
| Hex | 41 | 7A | 38 | 2F | 0 | 36 | 34 | 70 | 25 | 23 |
| Octal | 101 | 172 | 70 | 57 | 0 | 66 | 64 | 160 | 45 | 43 |
| Binary | 1000001 | 1111010 | 111000 | 101111 | 0 | 110110 | 110100 | 1110000 | 100101 | 100011 |
Color Harmonies of #417A38
Complementary color
Monochromatic Colors of #417A38
Black with #417A38
Text Example
Text Example
White with #417A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A38; }
p { color: rgb(65,122,56); }
H1.HeaderClassName
{
color: #417A38;
}
.AnyTagClassName
{
color: #417A38;
}
</style>
background-color css
<style>
a { background-color: #417A38; }
a { background-color: rgb(65,122,56); }
div.DivClassName
{
background-color: #417A38;
}
.BgClassName
{
background-color: #417A38;
}
</style>
border-color css
<style>
span { border-color: #417A38; }
span { border-color: rgb(65,122,56); }
td.TdClassName
{
border-color: #417A38;
}
.TagClassName
{
border-color: #417A38;
}
</style>