Shades of Crusoe #05701F
Tints of Crusoe #05701F
RGB
CMYK
RGB Variations
Color information
#05701F (or 0x05701F) is known color: Crusoe. HEX triplet: 05, 70 and 1F. RGB value is (5,112,31). Sum of RGB (Red+Green+Blue) = 5+112+31=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #05701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05701F is #FA8FE0. Grayscale: #464646. Windows color (decimal): -16420833 or 2060293. OLE color: 2060293.
HSL color Cylindrical-coordinate representation of color #05701F: hue angle of 134.58º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05701F is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 31 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.56 |
| HSL | 134.58º | 0.91% | 0.23% | - |
| HSV(B) | 134.58º | 0.96% | 0.44% | - |
| XYZ | 6.1 | 11.72 | 3.24 | - |
| YUV | 70.77 | 105.55 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 31 | 0.96 | 0 | 0.72 | 0.56 | 134.58 | 0.91 | 0.23 |
| Hex | 5 | 70 | 1F | 60 | 0 | 48 | 38 | 87 | 5B | 17 |
| Octal | 5 | 160 | 37 | 140 | 0 | 110 | 70 | 207 | 133 | 27 |
| Binary | 101 | 1110000 | 11111 | 1100000 | 0 | 1001000 | 111000 | 10000111 | 1011011 | 10111 |
Color Harmonies of #05701F
Complementary color
Monochromatic Colors of #05701F
Black with #05701F
Text Example
Text Example
White with #05701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05701F; }
p { color: rgb(5,112,31); }
H1.HeaderClassName
{
color: #05701F;
}
.AnyTagClassName
{
color: #05701F;
}
</style>
background-color css
<style>
a { background-color: #05701F; }
a { background-color: rgb(5,112,31); }
div.DivClassName
{
background-color: #05701F;
}
.BgClassName
{
background-color: #05701F;
}
</style>
border-color css
<style>
span { border-color: #05701F; }
span { border-color: rgb(5,112,31); }
td.TdClassName
{
border-color: #05701F;
}
.TagClassName
{
border-color: #05701F;
}
</style>