Shades of Crusoe #03592F
Tints of Crusoe #03592F
RGB
CMYK
RGB Variations
Color information
#03592F (or 0x03592F) is known color: Crusoe. HEX triplet: 03, 59 and 2F. RGB value is (3,89,47). Sum of RGB (Red+Green+Blue) = 3+89+47=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #03592F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03592F is #FCA6D0. Grayscale: #3A3A3A. Windows color (decimal): -16557777 or 3102979. OLE color: 3102979.
HSL color Cylindrical-coordinate representation of color #03592F: hue angle of 150.7º 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 #03592F is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 89 | 47 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.65 |
| HSL | 150.7º | 0.93% | 0.18% | - |
| HSV(B) | 150.7º | 0.97% | 0.35% | - |
| XYZ | 4.12 | 7.37 | 3.89 | - |
| YUV | 58.5 | 121.51 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 47 | 0.97 | 0 | 0.47 | 0.65 | 150.7 | 0.93 | 0.18 |
| Hex | 3 | 59 | 2F | 61 | 0 | 2F | 41 | 97 | 5D | 12 |
| Octal | 3 | 131 | 57 | 141 | 0 | 57 | 101 | 227 | 135 | 22 |
| Binary | 11 | 1011001 | 101111 | 1100001 | 0 | 101111 | 1000001 | 10010111 | 1011101 | 10010 |
Color Harmonies of #03592F
Complementary color
Monochromatic Colors of #03592F
Black with #03592F
Text Example
Text Example
White with #03592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03592F; }
p { color: rgb(3,89,47); }
H1.HeaderClassName
{
color: #03592F;
}
.AnyTagClassName
{
color: #03592F;
}
</style>
background-color css
<style>
a { background-color: #03592F; }
a { background-color: rgb(3,89,47); }
div.DivClassName
{
background-color: #03592F;
}
.BgClassName
{
background-color: #03592F;
}
</style>
border-color css
<style>
span { border-color: #03592F; }
span { border-color: rgb(3,89,47); }
td.TdClassName
{
border-color: #03592F;
}
.TagClassName
{
border-color: #03592F;
}
</style>