Shades of Fiji Green #4B7503
Tints of Fiji Green #4B7503
RGB
CMYK
RGB Variations
Color information
#4B7503 (or 0x4B7503) is known color: Fiji Green. HEX triplet: 4B, 75 and 03. RGB value is (75,117,3). Sum of RGB (Red+Green+Blue) = 75+117+3=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7503 is #B48AFC. Grayscale: #5B5B5B. Windows color (decimal): -11832061 or 226635. OLE color: 226635.
HSL color Cylindrical-coordinate representation of color #4B7503: hue angle of 82.11º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B7503 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 117 | 3 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.54 |
| HSL | 82.11º | 0.95% | 0.24% | - |
| HSV(B) | 82.11º | 0.97% | 0.46% | - |
| XYZ | 9.28 | 14.23 | 2.34 | - |
| YUV | 91.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 3 | 0.36 | 0 | 0.97 | 0.54 | 82.11 | 0.95 | 0.24 |
| Hex | 4B | 75 | 3 | 24 | 0 | 61 | 36 | 52 | 5F | 18 |
| Octal | 113 | 165 | 3 | 44 | 0 | 141 | 66 | 122 | 137 | 30 |
| Binary | 1001011 | 1110101 | 11 | 100100 | 0 | 1100001 | 110110 | 1010010 | 1011111 | 11000 |
Color Harmonies of #4B7503
Complementary color
Monochromatic Colors of #4B7503
Black with #4B7503
Text Example
Text Example
White with #4B7503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7503; }
p { color: rgb(75,117,3); }
H1.HeaderClassName
{
color: #4B7503;
}
.AnyTagClassName
{
color: #4B7503;
}
</style>
background-color css
<style>
a { background-color: #4B7503; }
a { background-color: rgb(75,117,3); }
div.DivClassName
{
background-color: #4B7503;
}
.BgClassName
{
background-color: #4B7503;
}
</style>
border-color css
<style>
span { border-color: #4B7503; }
span { border-color: rgb(75,117,3); }
td.TdClassName
{
border-color: #4B7503;
}
.TagClassName
{
border-color: #4B7503;
}
</style>