Shades of Fern Green #40753B
Tints of Fern Green #40753B
RGB
CMYK
RGB Variations
Color information
#40753B (or 0x40753B) is known color: Fern Green. HEX triplet: 40, 75 and 3B. RGB value is (64,117,59). Sum of RGB (Red+Green+Blue) = 64+117+59=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #40753B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40753B is #BF8AC4. Grayscale: #5E5E5E. Windows color (decimal): -12552901 or 3896640. OLE color: 3896640.
HSL color Cylindrical-coordinate representation of color #40753B: hue angle of 114.83º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40753B is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 117 | 59 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.54 |
| HSL | 114.83º | 0.33% | 0.35% | - |
| HSV(B) | 114.83º | 0.5% | 0.46% | - |
| XYZ | 9.27 | 14.13 | 6.38 | - |
| YUV | 94.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 59 | 0.45 | 0 | 0.50 | 0.54 | 114.83 | 0.33 | 0.35 |
| Hex | 40 | 75 | 3B | 2D | 0 | 32 | 36 | 73 | 21 | 23 |
| Octal | 100 | 165 | 73 | 55 | 0 | 62 | 66 | 163 | 41 | 43 |
| Binary | 1000000 | 1110101 | 111011 | 101101 | 0 | 110010 | 110110 | 1110011 | 100001 | 100011 |
Color Harmonies of #40753B
Complementary color
Monochromatic Colors of #40753B
Black with #40753B
Text Example
Text Example
White with #40753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40753B; }
p { color: rgb(64,117,59); }
H1.HeaderClassName
{
color: #40753B;
}
.AnyTagClassName
{
color: #40753B;
}
</style>
background-color css
<style>
a { background-color: #40753B; }
a { background-color: rgb(64,117,59); }
div.DivClassName
{
background-color: #40753B;
}
.BgClassName
{
background-color: #40753B;
}
</style>
border-color css
<style>
span { border-color: #40753B; }
span { border-color: rgb(64,117,59); }
td.TdClassName
{
border-color: #40753B;
}
.TagClassName
{
border-color: #40753B;
}
</style>