Shades of Crusoe #00721F
Tints of Crusoe #00721F
RGB
CMYK
RGB Variations
Color information
#00721F (or 0x00721F) is known color: Crusoe. HEX triplet: 00, 72 and 1F. RGB value is (0,114,31). Sum of RGB (Red+Green+Blue) = 0+114+31=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 114 (44.92% from 255 or 78.62% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 114 - color contains mainly: green. Hex color #00721F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00721F is #FF8DE0. Grayscale: #464646. Windows color (decimal): -16748001 or 2060800. OLE color: 2060800.
HSL color Cylindrical-coordinate representation of color #00721F: hue angle of 136.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00721F is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 31 | - |
| CMYK | 1 | 0 | 0.73 | 0.55 |
| HSL | 136.32º | 1% | 0.22% | - |
| HSV(B) | 136.32º | 1% | 0.45% | - |
| XYZ | 6.26 | 12.13 | 3.31 | - |
| YUV | 70.45 | 105.73 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 31 | 1 | 0 | 0.73 | 0.55 | 136.32 | 1 | 0.22 |
| Hex | 0 | 72 | 1F | 64 | 0 | 49 | 37 | 88 | 64 | 16 |
| Octal | 0 | 162 | 37 | 144 | 0 | 111 | 67 | 210 | 144 | 26 |
| Binary | 0 | 1110010 | 11111 | 1100100 | 0 | 1001001 | 110111 | 10001000 | 1100100 | 10110 |
Color Harmonies of #00721F
Complementary color
Monochromatic Colors of #00721F
Black with #00721F
Text Example
Text Example
White with #00721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00721F; }
p { color: rgb(0,114,31); }
H1.HeaderClassName
{
color: #00721F;
}
.AnyTagClassName
{
color: #00721F;
}
</style>
background-color css
<style>
a { background-color: #00721F; }
a { background-color: rgb(0,114,31); }
div.DivClassName
{
background-color: #00721F;
}
.BgClassName
{
background-color: #00721F;
}
</style>
border-color css
<style>
span { border-color: #00721F; }
span { border-color: rgb(0,114,31); }
td.TdClassName
{
border-color: #00721F;
}
.TagClassName
{
border-color: #00721F;
}
</style>