Shades of Fern Green #40833B
Tints of Fern Green #40833B
RGB
CMYK
RGB Variations
Color information
#40833B (or 0x40833B) is known color: Fern Green. HEX triplet: 40, 83 and 3B. RGB value is (64,131,59). Sum of RGB (Red+Green+Blue) = 64+131+59=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #40833B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40833B is #BF7CC4. Grayscale: #666666. Windows color (decimal): -12549317 or 3900224. OLE color: 3900224.
HSL color Cylindrical-coordinate representation of color #40833B: hue angle of 115.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40833B is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 131 | 59 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.49 |
| HSL | 115.83º | 0.38% | 0.37% | - |
| HSV(B) | 115.83º | 0.55% | 0.51% | - |
| XYZ | 11.02 | 17.64 | 6.96 | - |
| YUV | 102.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 131 | 59 | 0.51 | 0 | 0.55 | 0.49 | 115.83 | 0.38 | 0.37 |
| Hex | 40 | 83 | 3B | 33 | 0 | 37 | 31 | 74 | 26 | 25 |
| Octal | 100 | 203 | 73 | 63 | 0 | 67 | 61 | 164 | 46 | 45 |
| Binary | 1000000 | 10000011 | 111011 | 110011 | 0 | 110111 | 110001 | 1110100 | 100110 | 100101 |
Color Harmonies of #40833B
Complementary color
Monochromatic Colors of #40833B
Black with #40833B
Text Example
Text Example
White with #40833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40833B; }
p { color: rgb(64,131,59); }
H1.HeaderClassName
{
color: #40833B;
}
.AnyTagClassName
{
color: #40833B;
}
</style>
background-color css
<style>
a { background-color: #40833B; }
a { background-color: rgb(64,131,59); }
div.DivClassName
{
background-color: #40833B;
}
.BgClassName
{
background-color: #40833B;
}
</style>
border-color css
<style>
span { border-color: #40833B; }
span { border-color: rgb(64,131,59); }
td.TdClassName
{
border-color: #40833B;
}
.TagClassName
{
border-color: #40833B;
}
</style>