Shades of Crusoe #03632B
Tints of Crusoe #03632B
RGB
CMYK
RGB Variations
Color information
#03632B (or 0x03632B) is known color: Crusoe. HEX triplet: 03, 63 and 2B. RGB value is (3,99,43). Sum of RGB (Red+Green+Blue) = 3+99+43=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 99 (39.06% from 255 or 68.28% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 99 - color contains mainly: green. Hex color #03632B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03632B is #FC9CD4. Grayscale: #404040. Windows color (decimal): -16555221 or 2843395. OLE color: 2843395.
HSL color Cylindrical-coordinate representation of color #03632B: hue angle of 145º 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 #03632B is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 99 | 43 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.61 |
| HSL | 145º | 0.94% | 0.2% | - |
| HSV(B) | 145º | 0.97% | 0.39% | - |
| XYZ | 4.94 | 9.12 | 3.79 | - |
| YUV | 63.91 | 116.2 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 43 | 0.97 | 0 | 0.57 | 0.61 | 145 | 0.94 | 0.2 |
| Hex | 3 | 63 | 2B | 61 | 0 | 39 | 3D | 91 | 5E | 14 |
| Octal | 3 | 143 | 53 | 141 | 0 | 71 | 75 | 221 | 136 | 24 |
| Binary | 11 | 1100011 | 101011 | 1100001 | 0 | 111001 | 111101 | 10010001 | 1011110 | 10100 |
Color Harmonies of #03632B
Complementary color
Monochromatic Colors of #03632B
Black with #03632B
Text Example
Text Example
White with #03632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03632B; }
p { color: rgb(3,99,43); }
H1.HeaderClassName
{
color: #03632B;
}
.AnyTagClassName
{
color: #03632B;
}
</style>
background-color css
<style>
a { background-color: #03632B; }
a { background-color: rgb(3,99,43); }
div.DivClassName
{
background-color: #03632B;
}
.BgClassName
{
background-color: #03632B;
}
</style>
border-color css
<style>
span { border-color: #03632B; }
span { border-color: rgb(3,99,43); }
td.TdClassName
{
border-color: #03632B;
}
.TagClassName
{
border-color: #03632B;
}
</style>