Shades of Fiji Green #636D13
Tints of Fiji Green #636D13
RGB
CMYK
RGB Variations
Color information
#636D13 (or 0x636D13) is known color: Fiji Green. HEX triplet: 63, 6D and 13. RGB value is (99,109,19). Sum of RGB (Red+Green+Blue) = 99+109+19=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 109 - color contains mainly: green. Hex color #636D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636D13 is #9C92EC. Grayscale: #606060. Windows color (decimal): -10261229 or 1273187. OLE color: 1273187.
HSL color Cylindrical-coordinate representation of color #636D13: hue angle of 66.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #636D13 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 109 | 19 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.57 |
| HSL | 66.67º | 0.7% | 0.25% | - |
| HSV(B) | 66.67º | 0.83% | 0.43% | - |
| XYZ | 10.73 | 13.64 | 2.68 | - |
| YUV | 95.75 | 84.69 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 19 | 0.09 | 0 | 0.83 | 0.57 | 66.67 | 0.7 | 0.25 |
| Hex | 63 | 6D | 13 | 9 | 0 | 53 | 39 | 43 | 46 | 19 |
| Octal | 143 | 155 | 23 | 11 | 0 | 123 | 71 | 103 | 106 | 31 |
| Binary | 1100011 | 1101101 | 10011 | 1001 | 0 | 1010011 | 111001 | 1000011 | 1000110 | 11001 |
Color Harmonies of #636D13
Complementary color
Monochromatic Colors of #636D13
Black with #636D13
Text Example
Text Example
White with #636D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636D13; }
p { color: rgb(99,109,19); }
H1.HeaderClassName
{
color: #636D13;
}
.AnyTagClassName
{
color: #636D13;
}
</style>
background-color css
<style>
a { background-color: #636D13; }
a { background-color: rgb(99,109,19); }
div.DivClassName
{
background-color: #636D13;
}
.BgClassName
{
background-color: #636D13;
}
</style>
border-color css
<style>
span { border-color: #636D13; }
span { border-color: rgb(99,109,19); }
td.TdClassName
{
border-color: #636D13;
}
.TagClassName
{
border-color: #636D13;
}
</style>