Shades of Crusoe #036428
Tints of Crusoe #036428
RGB
CMYK
RGB Variations
Color information
#036428 (or 0x036428) is known color: Crusoe. HEX triplet: 03, 64 and 28. RGB value is (3,100,40). Sum of RGB (Red+Green+Blue) = 3+100+40=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 100 (39.45% from 255 or 69.93% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 100 - color contains mainly: green. Hex color #036428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036428 is #FC9BD7. Grayscale: #404040. Windows color (decimal): -16554968 or 2647043. OLE color: 2647043.
HSL color Cylindrical-coordinate representation of color #036428: hue angle of 142.89º 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 #036428 is Cyan = 0.97, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 40 | - |
| CMYK | 0.97 | 0 | 0.6 | 0.61 |
| HSL | 142.89º | 0.94% | 0.2% | - |
| HSV(B) | 142.89º | 0.97% | 0.39% | - |
| XYZ | 4.98 | 9.29 | 3.54 | - |
| YUV | 64.16 | 114.36 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 40 | 0.97 | 0 | 0.6 | 0.61 | 142.89 | 0.94 | 0.2 |
| Hex | 3 | 64 | 28 | 61 | 0 | 3C | 3D | 8F | 5E | 14 |
| Octal | 3 | 144 | 50 | 141 | 0 | 74 | 75 | 217 | 136 | 24 |
| Binary | 11 | 1100100 | 101000 | 1100001 | 0 | 111100 | 111101 | 10001111 | 1011110 | 10100 |
Color Harmonies of #036428
Complementary color
Monochromatic Colors of #036428
Black with #036428
Text Example
Text Example
White with #036428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036428; }
p { color: rgb(3,100,40); }
H1.HeaderClassName
{
color: #036428;
}
.AnyTagClassName
{
color: #036428;
}
</style>
background-color css
<style>
a { background-color: #036428; }
a { background-color: rgb(3,100,40); }
div.DivClassName
{
background-color: #036428;
}
.BgClassName
{
background-color: #036428;
}
</style>
border-color css
<style>
span { border-color: #036428; }
span { border-color: rgb(3,100,40); }
td.TdClassName
{
border-color: #036428;
}
.TagClassName
{
border-color: #036428;
}
</style>