Shades of Crusoe #07571E
Tints of Crusoe #07571E
RGB
CMYK
RGB Variations
Color information
#07571E (or 0x07571E) is known color: Crusoe. HEX triplet: 07, 57 and 1E. RGB value is (7,87,30). Sum of RGB (Red+Green+Blue) = 7+87+30=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 87 (34.38% from 255 or 70.16% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 87 - color contains mainly: green. Hex color #07571E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07571E is #F8A8E1. Grayscale: #383838. Windows color (decimal): -16296162 or 1988359. OLE color: 1988359.
HSL color Cylindrical-coordinate representation of color #07571E: hue angle of 137.25º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07571E is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 87 | 30 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.66 |
| HSL | 137.25º | 0.85% | 0.18% | - |
| HSV(B) | 137.25º | 0.92% | 0.34% | - |
| XYZ | 3.73 | 6.96 | 2.37 | - |
| YUV | 56.58 | 113 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 87 | 30 | 0.92 | 0 | 0.66 | 0.66 | 137.25 | 0.85 | 0.18 |
| Hex | 7 | 57 | 1E | 5C | 0 | 42 | 42 | 89 | 55 | 12 |
| Octal | 7 | 127 | 36 | 134 | 0 | 102 | 102 | 211 | 125 | 22 |
| Binary | 111 | 1010111 | 11110 | 1011100 | 0 | 1000010 | 1000010 | 10001001 | 1010101 | 10010 |
Color Harmonies of #07571E
Complementary color
Monochromatic Colors of #07571E
Black with #07571E
Text Example
Text Example
White with #07571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07571E; }
p { color: rgb(7,87,30); }
H1.HeaderClassName
{
color: #07571E;
}
.AnyTagClassName
{
color: #07571E;
}
</style>
background-color css
<style>
a { background-color: #07571E; }
a { background-color: rgb(7,87,30); }
div.DivClassName
{
background-color: #07571E;
}
.BgClassName
{
background-color: #07571E;
}
</style>
border-color css
<style>
span { border-color: #07571E; }
span { border-color: rgb(7,87,30); }
td.TdClassName
{
border-color: #07571E;
}
.TagClassName
{
border-color: #07571E;
}
</style>