Shades of Crusoe #07562D
Tints of Crusoe #07562D
RGB
CMYK
RGB Variations
Color information
#07562D (or 0x07562D) is known color: Crusoe. HEX triplet: 07, 56 and 2D. RGB value is (7,86,45). Sum of RGB (Red+Green+Blue) = 7+86+45=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 86 (33.98% from 255 or 62.32% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 86 - color contains mainly: green. Hex color #07562D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07562D is #F8A9D2. Grayscale: #393939. Windows color (decimal): -16296403 or 2971143. OLE color: 2971143.
HSL color Cylindrical-coordinate representation of color #07562D: hue angle of 148.86º 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 #07562D is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 86 | 45 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.66 |
| HSL | 148.86º | 0.85% | 0.18% | - |
| HSV(B) | 148.86º | 0.92% | 0.34% | - |
| XYZ | 3.89 | 6.89 | 3.61 | - |
| YUV | 57.71 | 120.83 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 45 | 0.92 | 0 | 0.48 | 0.66 | 148.86 | 0.85 | 0.18 |
| Hex | 7 | 56 | 2D | 5C | 0 | 30 | 42 | 95 | 55 | 12 |
| Octal | 7 | 126 | 55 | 134 | 0 | 60 | 102 | 225 | 125 | 22 |
| Binary | 111 | 1010110 | 101101 | 1011100 | 0 | 110000 | 1000010 | 10010101 | 1010101 | 10010 |
Color Harmonies of #07562D
Complementary color
Monochromatic Colors of #07562D
Black with #07562D
Text Example
Text Example
White with #07562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07562D; }
p { color: rgb(7,86,45); }
H1.HeaderClassName
{
color: #07562D;
}
.AnyTagClassName
{
color: #07562D;
}
</style>
background-color css
<style>
a { background-color: #07562D; }
a { background-color: rgb(7,86,45); }
div.DivClassName
{
background-color: #07562D;
}
.BgClassName
{
background-color: #07562D;
}
</style>
border-color css
<style>
span { border-color: #07562D; }
span { border-color: rgb(7,86,45); }
td.TdClassName
{
border-color: #07562D;
}
.TagClassName
{
border-color: #07562D;
}
</style>