Shades of Crusoe #036829
Tints of Crusoe #036829
RGB
CMYK
RGB Variations
Color information
#036829 (or 0x036829) is known color: Crusoe. HEX triplet: 03, 68 and 29. RGB value is (3,104,41). Sum of RGB (Red+Green+Blue) = 3+104+41=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 104 (41.02% from 255 or 70.27% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 104 - color contains mainly: green. Hex color #036829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036829 is #FC97D6. Grayscale: #424242. Windows color (decimal): -16553943 or 2713603. OLE color: 2713603.
HSL color Cylindrical-coordinate representation of color #036829: hue angle of 142.57º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036829 is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 104 | 41 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.59 |
| HSL | 142.57º | 0.94% | 0.21% | - |
| HSV(B) | 142.57º | 0.97% | 0.41% | - |
| XYZ | 5.39 | 10.08 | 3.76 | - |
| YUV | 66.62 | 113.54 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 41 | 0.97 | 0 | 0.61 | 0.59 | 142.57 | 0.94 | 0.21 |
| Hex | 3 | 68 | 29 | 61 | 0 | 3D | 3B | 8F | 5E | 15 |
| Octal | 3 | 150 | 51 | 141 | 0 | 75 | 73 | 217 | 136 | 25 |
| Binary | 11 | 1101000 | 101001 | 1100001 | 0 | 111101 | 111011 | 10001111 | 1011110 | 10101 |
Color Harmonies of #036829
Complementary color
Monochromatic Colors of #036829
Black with #036829
Text Example
Text Example
White with #036829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036829; }
p { color: rgb(3,104,41); }
H1.HeaderClassName
{
color: #036829;
}
.AnyTagClassName
{
color: #036829;
}
</style>
background-color css
<style>
a { background-color: #036829; }
a { background-color: rgb(3,104,41); }
div.DivClassName
{
background-color: #036829;
}
.BgClassName
{
background-color: #036829;
}
</style>
border-color css
<style>
span { border-color: #036829; }
span { border-color: rgb(3,104,41); }
td.TdClassName
{
border-color: #036829;
}
.TagClassName
{
border-color: #036829;
}
</style>