Shades of Crusoe #05701C
Tints of Crusoe #05701C
RGB
CMYK
RGB Variations
Color information
#05701C (or 0x05701C) is known color: Crusoe. HEX triplet: 05, 70 and 1C. RGB value is (5,112,28). Sum of RGB (Red+Green+Blue) = 5+112+28=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #05701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05701C is #FA8FE3. Grayscale: #464646. Windows color (decimal): -16420836 or 1863685. OLE color: 1863685.
HSL color Cylindrical-coordinate representation of color #05701C: hue angle of 132.9º 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 #05701C is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 28 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.56 |
| HSL | 132.9º | 0.91% | 0.23% | - |
| HSV(B) | 132.9º | 0.96% | 0.44% | - |
| XYZ | 6.07 | 11.7 | 3.04 | - |
| YUV | 70.43 | 104.05 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 28 | 0.96 | 0 | 0.75 | 0.56 | 132.9 | 0.91 | 0.23 |
| Hex | 5 | 70 | 1C | 60 | 0 | 4B | 38 | 85 | 5B | 17 |
| Octal | 5 | 160 | 34 | 140 | 0 | 113 | 70 | 205 | 133 | 27 |
| Binary | 101 | 1110000 | 11100 | 1100000 | 0 | 1001011 | 111000 | 10000101 | 1011011 | 10111 |
Color Harmonies of #05701C
Complementary color
Monochromatic Colors of #05701C
Black with #05701C
Text Example
Text Example
White with #05701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05701C; }
p { color: rgb(5,112,28); }
H1.HeaderClassName
{
color: #05701C;
}
.AnyTagClassName
{
color: #05701C;
}
</style>
background-color css
<style>
a { background-color: #05701C; }
a { background-color: rgb(5,112,28); }
div.DivClassName
{
background-color: #05701C;
}
.BgClassName
{
background-color: #05701C;
}
</style>
border-color css
<style>
span { border-color: #05701C; }
span { border-color: rgb(5,112,28); }
td.TdClassName
{
border-color: #05701C;
}
.TagClassName
{
border-color: #05701C;
}
</style>