Shades of Crusoe #07592A
Tints of Crusoe #07592A
RGB
CMYK
RGB Variations
Color information
#07592A (or 0x07592A) is known color: Crusoe. HEX triplet: 07, 59 and 2A. RGB value is (7,89,42). Sum of RGB (Red+Green+Blue) = 7+89+42=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 89 (35.16% from 255 or 64.49% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 89 - color contains mainly: green. Hex color #07592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07592A is #F8A6D5. Grayscale: #3B3B3B. Windows color (decimal): -16295638 or 2775303. OLE color: 2775303.
HSL color Cylindrical-coordinate representation of color #07592A: hue angle of 145.61º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07592A is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 89 | 42 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.65 |
| HSL | 145.61º | 0.85% | 0.19% | - |
| HSV(B) | 145.61º | 0.92% | 0.35% | - |
| XYZ | 4.08 | 7.36 | 3.4 | - |
| YUV | 59.12 | 118.33 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 42 | 0.92 | 0 | 0.53 | 0.65 | 145.61 | 0.85 | 0.19 |
| Hex | 7 | 59 | 2A | 5C | 0 | 35 | 41 | 92 | 55 | 13 |
| Octal | 7 | 131 | 52 | 134 | 0 | 65 | 101 | 222 | 125 | 23 |
| Binary | 111 | 1011001 | 101010 | 1011100 | 0 | 110101 | 1000001 | 10010010 | 1010101 | 10011 |
Color Harmonies of #07592A
Complementary color
Monochromatic Colors of #07592A
Black with #07592A
Text Example
Text Example
White with #07592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07592A; }
p { color: rgb(7,89,42); }
H1.HeaderClassName
{
color: #07592A;
}
.AnyTagClassName
{
color: #07592A;
}
</style>
background-color css
<style>
a { background-color: #07592A; }
a { background-color: rgb(7,89,42); }
div.DivClassName
{
background-color: #07592A;
}
.BgClassName
{
background-color: #07592A;
}
</style>
border-color css
<style>
span { border-color: #07592A; }
span { border-color: rgb(7,89,42); }
td.TdClassName
{
border-color: #07592A;
}
.TagClassName
{
border-color: #07592A;
}
</style>