Shades of Crusoe #036729
Tints of Crusoe #036729
RGB
CMYK
RGB Variations
Color information
#036729 (or 0x036729) is known color: Crusoe. HEX triplet: 03, 67 and 29. RGB value is (3,103,41). Sum of RGB (Red+Green+Blue) = 3+103+41=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 103 (40.62% from 255 or 70.07% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 103 - color contains mainly: green. Hex color #036729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036729 is #FC98D6. Grayscale: #424242. Windows color (decimal): -16554199 or 2713347. OLE color: 2713347.
HSL color Cylindrical-coordinate representation of color #036729: hue angle of 142.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036729 is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 103 | 41 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.60 |
| HSL | 142.8º | 0.94% | 0.21% | - |
| HSV(B) | 142.8º | 0.97% | 0.4% | - |
| XYZ | 5.29 | 9.88 | 3.73 | - |
| YUV | 66.03 | 113.87 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 41 | 0.97 | 0 | 0.60 | 0.60 | 142.8 | 0.94 | 0.21 |
| Hex | 3 | 67 | 29 | 61 | 0 | 3C | 3C | 8F | 5E | 15 |
| Octal | 3 | 147 | 51 | 141 | 0 | 74 | 74 | 217 | 136 | 25 |
| Binary | 11 | 1100111 | 101001 | 1100001 | 0 | 111100 | 111100 | 10001111 | 1011110 | 10101 |
Color Harmonies of #036729
Complementary color
Monochromatic Colors of #036729
Black with #036729
Text Example
Text Example
White with #036729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036729; }
p { color: rgb(3,103,41); }
H1.HeaderClassName
{
color: #036729;
}
.AnyTagClassName
{
color: #036729;
}
</style>
background-color css
<style>
a { background-color: #036729; }
a { background-color: rgb(3,103,41); }
div.DivClassName
{
background-color: #036729;
}
.BgClassName
{
background-color: #036729;
}
</style>
border-color css
<style>
span { border-color: #036729; }
span { border-color: rgb(3,103,41); }
td.TdClassName
{
border-color: #036729;
}
.TagClassName
{
border-color: #036729;
}
</style>