Shades of Crusoe #03612F
Tints of Crusoe #03612F
RGB
CMYK
RGB Variations
Color information
#03612F (or 0x03612F) is known color: Crusoe. HEX triplet: 03, 61 and 2F. RGB value is (3,97,47). Sum of RGB (Red+Green+Blue) = 3+97+47=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #03612F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03612F is #FC9ED0. Grayscale: #3F3F3F. Windows color (decimal): -16555729 or 3105027. OLE color: 3105027.
HSL color Cylindrical-coordinate representation of color #03612F: hue angle of 148.09º 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 #03612F is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 97 | 47 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.62 |
| HSL | 148.09º | 0.94% | 0.2% | - |
| HSV(B) | 148.09º | 0.97% | 0.38% | - |
| XYZ | 4.83 | 8.77 | 4.13 | - |
| YUV | 63.19 | 118.86 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 47 | 0.97 | 0 | 0.52 | 0.62 | 148.09 | 0.94 | 0.2 |
| Hex | 3 | 61 | 2F | 61 | 0 | 34 | 3E | 94 | 5E | 14 |
| Octal | 3 | 141 | 57 | 141 | 0 | 64 | 76 | 224 | 136 | 24 |
| Binary | 11 | 1100001 | 101111 | 1100001 | 0 | 110100 | 111110 | 10010100 | 1011110 | 10100 |
Color Harmonies of #03612F
Complementary color
Monochromatic Colors of #03612F
Black with #03612F
Text Example
Text Example
White with #03612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03612F; }
p { color: rgb(3,97,47); }
H1.HeaderClassName
{
color: #03612F;
}
.AnyTagClassName
{
color: #03612F;
}
</style>
background-color css
<style>
a { background-color: #03612F; }
a { background-color: rgb(3,97,47); }
div.DivClassName
{
background-color: #03612F;
}
.BgClassName
{
background-color: #03612F;
}
</style>
border-color css
<style>
span { border-color: #03612F; }
span { border-color: rgb(3,97,47); }
td.TdClassName
{
border-color: #03612F;
}
.TagClassName
{
border-color: #03612F;
}
</style>