Shades of Crusoe #03612E
Tints of Crusoe #03612E
RGB
CMYK
RGB Variations
Color information
#03612E (or 0x03612E) is known color: Crusoe. HEX triplet: 03, 61 and 2E. RGB value is (3,97,46). Sum of RGB (Red+Green+Blue) = 3+97+46=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 97 (38.28% from 255 or 66.44% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 97 - color contains mainly: green. Hex color #03612E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03612E is #FC9ED1. Grayscale: #3F3F3F. Windows color (decimal): -16555730 or 3039491. OLE color: 3039491.
HSL color Cylindrical-coordinate representation of color #03612E: hue angle of 147.45º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03612E is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 97 | 46 | - |
| CMYK | 0.97 | 0 | 0.53 | 0.62 |
| HSL | 147.45º | 0.94% | 0.2% | - |
| HSV(B) | 147.45º | 0.97% | 0.38% | - |
| XYZ | 4.81 | 8.77 | 4.02 | - |
| YUV | 63.08 | 118.36 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 46 | 0.97 | 0 | 0.53 | 0.62 | 147.45 | 0.94 | 0.2 |
| Hex | 3 | 61 | 2E | 61 | 0 | 35 | 3E | 93 | 5E | 14 |
| Octal | 3 | 141 | 56 | 141 | 0 | 65 | 76 | 223 | 136 | 24 |
| Binary | 11 | 1100001 | 101110 | 1100001 | 0 | 110101 | 111110 | 10010011 | 1011110 | 10100 |
Color Harmonies of #03612E
Complementary color
Monochromatic Colors of #03612E
Black with #03612E
Text Example
Text Example
White with #03612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03612E; }
p { color: rgb(3,97,46); }
H1.HeaderClassName
{
color: #03612E;
}
.AnyTagClassName
{
color: #03612E;
}
</style>
background-color css
<style>
a { background-color: #03612E; }
a { background-color: rgb(3,97,46); }
div.DivClassName
{
background-color: #03612E;
}
.BgClassName
{
background-color: #03612E;
}
</style>
border-color css
<style>
span { border-color: #03612E; }
span { border-color: rgb(3,97,46); }
td.TdClassName
{
border-color: #03612E;
}
.TagClassName
{
border-color: #03612E;
}
</style>