Shades of Crusoe #07562C
Tints of Crusoe #07562C
RGB
CMYK
RGB Variations
Color information
#07562C (or 0x07562C) is known color: Crusoe. HEX triplet: 07, 56 and 2C. RGB value is (7,86,44). Sum of RGB (Red+Green+Blue) = 7+86+44=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 86 (33.98% from 255 or 62.77% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 86 - color contains mainly: green. Hex color #07562C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07562C is #F8A9D3. Grayscale: #393939. Windows color (decimal): -16296404 or 2905607. OLE color: 2905607.
HSL color Cylindrical-coordinate representation of color #07562C: hue angle of 148.1º 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 #07562C is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 86 | 44 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.66 |
| HSL | 148.1º | 0.85% | 0.18% | - |
| HSV(B) | 148.1º | 0.92% | 0.34% | - |
| XYZ | 3.87 | 6.88 | 3.51 | - |
| YUV | 57.59 | 120.33 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 44 | 0.92 | 0 | 0.49 | 0.66 | 148.1 | 0.85 | 0.18 |
| Hex | 7 | 56 | 2C | 5C | 0 | 31 | 42 | 94 | 55 | 12 |
| Octal | 7 | 126 | 54 | 134 | 0 | 61 | 102 | 224 | 125 | 22 |
| Binary | 111 | 1010110 | 101100 | 1011100 | 0 | 110001 | 1000010 | 10010100 | 1010101 | 10010 |
Color Harmonies of #07562C
Complementary color
Monochromatic Colors of #07562C
Black with #07562C
Text Example
Text Example
White with #07562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07562C; }
p { color: rgb(7,86,44); }
H1.HeaderClassName
{
color: #07562C;
}
.AnyTagClassName
{
color: #07562C;
}
</style>
background-color css
<style>
a { background-color: #07562C; }
a { background-color: rgb(7,86,44); }
div.DivClassName
{
background-color: #07562C;
}
.BgClassName
{
background-color: #07562C;
}
</style>
border-color css
<style>
span { border-color: #07562C; }
span { border-color: rgb(7,86,44); }
td.TdClassName
{
border-color: #07562C;
}
.TagClassName
{
border-color: #07562C;
}
</style>