Shades of Fern Green #4B8B3D
Tints of Fern Green #4B8B3D
RGB
CMYK
RGB Variations
Color information
#4B8B3D (or 0x4B8B3D) is known color: Fern Green. HEX triplet: 4B, 8B and 3D. RGB value is (75,139,61). Sum of RGB (Red+Green+Blue) = 75+139+61=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 139 (54.69% from 255 or 50.55% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8B3D is #B474C2. Grayscale: #6F6F6F. Windows color (decimal): -11826371 or 4033355. OLE color: 4033355.
HSL color Cylindrical-coordinate representation of color #4B8B3D: hue angle of 109.23º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B8B3D is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 139 | 61 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.45 |
| HSL | 109.23º | 0.39% | 0.39% | - |
| HSV(B) | 109.23º | 0.56% | 0.55% | - |
| XYZ | 12.98 | 20.3 | 7.65 | - |
| YUV | 110.97 | 99.8 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 139 | 61 | 0.46 | 0 | 0.56 | 0.45 | 109.23 | 0.39 | 0.39 |
| Hex | 4B | 8B | 3D | 2E | 0 | 38 | 2D | 6D | 27 | 27 |
| Octal | 113 | 213 | 75 | 56 | 0 | 70 | 55 | 155 | 47 | 47 |
| Binary | 1001011 | 10001011 | 111101 | 101110 | 0 | 111000 | 101101 | 1101101 | 100111 | 100111 |
Color Harmonies of #4B8B3D
Complementary color
Monochromatic Colors of #4B8B3D
Black with #4B8B3D
Text Example
Text Example
White with #4B8B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8B3D; }
p { color: rgb(75,139,61); }
H1.HeaderClassName
{
color: #4B8B3D;
}
.AnyTagClassName
{
color: #4B8B3D;
}
</style>
background-color css
<style>
a { background-color: #4B8B3D; }
a { background-color: rgb(75,139,61); }
div.DivClassName
{
background-color: #4B8B3D;
}
.BgClassName
{
background-color: #4B8B3D;
}
</style>
border-color css
<style>
span { border-color: #4B8B3D; }
span { border-color: rgb(75,139,61); }
td.TdClassName
{
border-color: #4B8B3D;
}
.TagClassName
{
border-color: #4B8B3D;
}
</style>