Shades of Crusoe #03592D
Tints of Crusoe #03592D
RGB
CMYK
RGB Variations
Color information
#03592D (or 0x03592D) is known color: Crusoe. HEX triplet: 03, 59 and 2D. RGB value is (3,89,45). Sum of RGB (Red+Green+Blue) = 3+89+45=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 89 (35.16% from 255 or 64.96% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 89 - color contains mainly: green. Hex color #03592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03592D is #FCA6D2. Grayscale: #3A3A3A. Windows color (decimal): -16557779 or 2971907. OLE color: 2971907.
HSL color Cylindrical-coordinate representation of color #03592D: hue angle of 149.3º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03592D is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 89 | 45 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.65 |
| HSL | 149.3º | 0.93% | 0.18% | - |
| HSV(B) | 149.3º | 0.97% | 0.35% | - |
| XYZ | 4.08 | 7.35 | 3.69 | - |
| YUV | 58.27 | 120.51 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 45 | 0.97 | 0 | 0.49 | 0.65 | 149.3 | 0.93 | 0.18 |
| Hex | 3 | 59 | 2D | 61 | 0 | 31 | 41 | 95 | 5D | 12 |
| Octal | 3 | 131 | 55 | 141 | 0 | 61 | 101 | 225 | 135 | 22 |
| Binary | 11 | 1011001 | 101101 | 1100001 | 0 | 110001 | 1000001 | 10010101 | 1011101 | 10010 |
Color Harmonies of #03592D
Complementary color
Monochromatic Colors of #03592D
Black with #03592D
Text Example
Text Example
White with #03592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03592D; }
p { color: rgb(3,89,45); }
H1.HeaderClassName
{
color: #03592D;
}
.AnyTagClassName
{
color: #03592D;
}
</style>
background-color css
<style>
a { background-color: #03592D; }
a { background-color: rgb(3,89,45); }
div.DivClassName
{
background-color: #03592D;
}
.BgClassName
{
background-color: #03592D;
}
</style>
border-color css
<style>
span { border-color: #03592D; }
span { border-color: rgb(3,89,45); }
td.TdClassName
{
border-color: #03592D;
}
.TagClassName
{
border-color: #03592D;
}
</style>