Shades of Crusoe #03642D
Tints of Crusoe #03642D
RGB
CMYK
RGB Variations
Color information
#03642D (or 0x03642D) is known color: Crusoe. HEX triplet: 03, 64 and 2D. RGB value is (3,100,45). Sum of RGB (Red+Green+Blue) = 3+100+45=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 100 (39.45% from 255 or 67.57% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 100 - color contains mainly: green. Hex color #03642D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03642D is #FC9BD2. Grayscale: #404040. Windows color (decimal): -16554963 or 2974723. OLE color: 2974723.
HSL color Cylindrical-coordinate representation of color #03642D: hue angle of 145.98º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03642D is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 45 | - |
| CMYK | 0.97 | 0 | 0.55 | 0.61 |
| HSL | 145.98º | 0.94% | 0.2% | - |
| HSV(B) | 145.98º | 0.97% | 0.39% | - |
| XYZ | 5.07 | 9.32 | 4.02 | - |
| YUV | 64.73 | 116.86 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 45 | 0.97 | 0 | 0.55 | 0.61 | 145.98 | 0.94 | 0.2 |
| Hex | 3 | 64 | 2D | 61 | 0 | 37 | 3D | 92 | 5E | 14 |
| Octal | 3 | 144 | 55 | 141 | 0 | 67 | 75 | 222 | 136 | 24 |
| Binary | 11 | 1100100 | 101101 | 1100001 | 0 | 110111 | 111101 | 10010010 | 1011110 | 10100 |
Color Harmonies of #03642D
Complementary color
Monochromatic Colors of #03642D
Black with #03642D
Text Example
Text Example
White with #03642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03642D; }
p { color: rgb(3,100,45); }
H1.HeaderClassName
{
color: #03642D;
}
.AnyTagClassName
{
color: #03642D;
}
</style>
background-color css
<style>
a { background-color: #03642D; }
a { background-color: rgb(3,100,45); }
div.DivClassName
{
background-color: #03642D;
}
.BgClassName
{
background-color: #03642D;
}
</style>
border-color css
<style>
span { border-color: #03642D; }
span { border-color: rgb(3,100,45); }
td.TdClassName
{
border-color: #03642D;
}
.TagClassName
{
border-color: #03642D;
}
</style>