Shades of Fiji Green #4B7C01
Tints of Fiji Green #4B7C01
RGB
CMYK
RGB Variations
Color information
#4B7C01 (or 0x4B7C01) is known color: Fiji Green. HEX triplet: 4B, 7C and 01. RGB value is (75,124,1). Sum of RGB (Red+Green+Blue) = 75+124+1=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #4B7C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7C01 is #B483FE. Grayscale: #5F5F5F. Windows color (decimal): -11830271 or 97355. OLE color: 97355.
HSL color Cylindrical-coordinate representation of color #4B7C01: hue angle of 83.9º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B7C01 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 124 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.51 |
| HSL | 83.9º | 0.98% | 0.25% | - |
| HSV(B) | 83.9º | 0.99% | 0.49% | - |
| XYZ | 10.11 | 15.91 | 2.57 | - |
| YUV | 95.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 124 | 1 | 0.40 | 0 | 0.99 | 0.51 | 83.9 | 0.98 | 0.25 |
| Hex | 4B | 7C | 1 | 28 | 0 | 63 | 33 | 54 | 62 | 19 |
| Octal | 113 | 174 | 1 | 50 | 0 | 143 | 63 | 124 | 142 | 31 |
| Binary | 1001011 | 1111100 | 1 | 101000 | 0 | 1100011 | 110011 | 1010100 | 1100010 | 11001 |
Color Harmonies of #4B7C01
Complementary color
Monochromatic Colors of #4B7C01
Black with #4B7C01
Text Example
Text Example
White with #4B7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7C01; }
p { color: rgb(75,124,1); }
H1.HeaderClassName
{
color: #4B7C01;
}
.AnyTagClassName
{
color: #4B7C01;
}
</style>
background-color css
<style>
a { background-color: #4B7C01; }
a { background-color: rgb(75,124,1); }
div.DivClassName
{
background-color: #4B7C01;
}
.BgClassName
{
background-color: #4B7C01;
}
</style>
border-color css
<style>
span { border-color: #4B7C01; }
span { border-color: rgb(75,124,1); }
td.TdClassName
{
border-color: #4B7C01;
}
.TagClassName
{
border-color: #4B7C01;
}
</style>