Shades of Fiji Green #53671B
Tints of Fiji Green #53671B
RGB
CMYK
RGB Variations
Color information
#53671B (or 0x53671B) is known color: Fiji Green. HEX triplet: 53, 67 and 1B. RGB value is (83,103,27). Sum of RGB (Red+Green+Blue) = 83+103+27=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 103 - color contains mainly: green. Hex color #53671B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53671B is #AC98E4. Grayscale: #585858. Windows color (decimal): -11311333 or 1795923. OLE color: 1795923.
HSL color Cylindrical-coordinate representation of color #53671B: hue angle of 75.79º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53671B is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 103 | 27 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.60 |
| HSL | 75.79º | 0.58% | 0.25% | - |
| HSV(B) | 75.79º | 0.74% | 0.4% | - |
| XYZ | 8.62 | 11.62 | 2.83 | - |
| YUV | 88.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 27 | 0.19 | 0 | 0.74 | 0.60 | 75.79 | 0.58 | 0.25 |
| Hex | 53 | 67 | 1B | 13 | 0 | 4A | 3C | 4C | 3A | 19 |
| Octal | 123 | 147 | 33 | 23 | 0 | 112 | 74 | 114 | 72 | 31 |
| Binary | 1010011 | 1100111 | 11011 | 10011 | 0 | 1001010 | 111100 | 1001100 | 111010 | 11001 |
Color Harmonies of #53671B
Complementary color
Monochromatic Colors of #53671B
Black with #53671B
Text Example
Text Example
White with #53671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53671B; }
p { color: rgb(83,103,27); }
H1.HeaderClassName
{
color: #53671B;
}
.AnyTagClassName
{
color: #53671B;
}
</style>
background-color css
<style>
a { background-color: #53671B; }
a { background-color: rgb(83,103,27); }
div.DivClassName
{
background-color: #53671B;
}
.BgClassName
{
background-color: #53671B;
}
</style>
border-color css
<style>
span { border-color: #53671B; }
span { border-color: rgb(83,103,27); }
td.TdClassName
{
border-color: #53671B;
}
.TagClassName
{
border-color: #53671B;
}
</style>