Shades of Fern Green #4B763C
Tints of Fern Green #4B763C
RGB
CMYK
RGB Variations
Color information
#4B763C (or 0x4B763C) is known color: Fern Green. HEX triplet: 4B, 76 and 3C. RGB value is (75,118,60). Sum of RGB (Red+Green+Blue) = 75+118+60=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #4B763C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B763C is #B489C3. Grayscale: #626262. Windows color (decimal): -11831748 or 3962443. OLE color: 3962443.
HSL color Cylindrical-coordinate representation of color #4B763C: hue angle of 104.48º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B763C is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 118 | 60 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.54 |
| HSL | 104.48º | 0.33% | 0.35% | - |
| HSV(B) | 104.48º | 0.49% | 0.46% | - |
| XYZ | 10.2 | 14.78 | 6.59 | - |
| YUV | 98.53 | 106.25 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 118 | 60 | 0.36 | 0 | 0.49 | 0.54 | 104.48 | 0.33 | 0.35 |
| Hex | 4B | 76 | 3C | 24 | 0 | 31 | 36 | 68 | 21 | 23 |
| Octal | 113 | 166 | 74 | 44 | 0 | 61 | 66 | 150 | 41 | 43 |
| Binary | 1001011 | 1110110 | 111100 | 100100 | 0 | 110001 | 110110 | 1101000 | 100001 | 100011 |
Color Harmonies of #4B763C
Complementary color
Monochromatic Colors of #4B763C
Black with #4B763C
Text Example
Text Example
White with #4B763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B763C; }
p { color: rgb(75,118,60); }
H1.HeaderClassName
{
color: #4B763C;
}
.AnyTagClassName
{
color: #4B763C;
}
</style>
background-color css
<style>
a { background-color: #4B763C; }
a { background-color: rgb(75,118,60); }
div.DivClassName
{
background-color: #4B763C;
}
.BgClassName
{
background-color: #4B763C;
}
</style>
border-color css
<style>
span { border-color: #4B763C; }
span { border-color: rgb(75,118,60); }
td.TdClassName
{
border-color: #4B763C;
}
.TagClassName
{
border-color: #4B763C;
}
</style>