Shades of Fern Green #4B7638
Tints of Fern Green #4B7638
RGB
CMYK
RGB Variations
Color information
#4B7638 (or 0x4B7638) is known color: Fern Green. HEX triplet: 4B, 76 and 38. RGB value is (75,118,56). Sum of RGB (Red+Green+Blue) = 75+118+56=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #4B7638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7638 is #B489C7. Grayscale: #626262. Windows color (decimal): -11831752 or 3700299. OLE color: 3700299.
HSL color Cylindrical-coordinate representation of color #4B7638: hue angle of 101.61º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B7638 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 118 | 56 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.54 |
| HSL | 101.61º | 0.36% | 0.34% | - |
| HSV(B) | 101.61º | 0.53% | 0.46% | - |
| XYZ | 10.09 | 14.74 | 6.05 | - |
| YUV | 98.08 | 104.25 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 118 | 56 | 0.36 | 0 | 0.53 | 0.54 | 101.61 | 0.36 | 0.34 |
| Hex | 4B | 76 | 38 | 24 | 0 | 35 | 36 | 66 | 24 | 22 |
| Octal | 113 | 166 | 70 | 44 | 0 | 65 | 66 | 146 | 44 | 42 |
| Binary | 1001011 | 1110110 | 111000 | 100100 | 0 | 110101 | 110110 | 1100110 | 100100 | 100010 |
Color Harmonies of #4B7638
Complementary color
Monochromatic Colors of #4B7638
Black with #4B7638
Text Example
Text Example
White with #4B7638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7638; }
p { color: rgb(75,118,56); }
H1.HeaderClassName
{
color: #4B7638;
}
.AnyTagClassName
{
color: #4B7638;
}
</style>
background-color css
<style>
a { background-color: #4B7638; }
a { background-color: rgb(75,118,56); }
div.DivClassName
{
background-color: #4B7638;
}
.BgClassName
{
background-color: #4B7638;
}
</style>
border-color css
<style>
span { border-color: #4B7638; }
span { border-color: rgb(75,118,56); }
td.TdClassName
{
border-color: #4B7638;
}
.TagClassName
{
border-color: #4B7638;
}
</style>