Shades of Crusoe #036717
Tints of Crusoe #036717
RGB
CMYK
RGB Variations
Color information
#036717 (or 0x036717) is known color: Crusoe. HEX triplet: 03, 67 and 17. RGB value is (3,103,23). Sum of RGB (Red+Green+Blue) = 3+103+23=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 103 (40.62% from 255 or 79.84% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 103 - color contains mainly: green. Hex color #036717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036717 is #FC98E8. Grayscale: #404040. Windows color (decimal): -16554217 or 1533699. OLE color: 1533699.
HSL color Cylindrical-coordinate representation of color #036717: hue angle of 132º 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 #036717 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 103 | 23 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.60 |
| HSL | 132º | 0.94% | 0.21% | - |
| HSV(B) | 132º | 0.97% | 0.4% | - |
| XYZ | 5.04 | 9.78 | 2.43 | - |
| YUV | 63.98 | 104.87 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 23 | 0.97 | 0 | 0.78 | 0.60 | 132 | 0.94 | 0.21 |
| Hex | 3 | 67 | 17 | 61 | 0 | 4E | 3C | 84 | 5E | 15 |
| Octal | 3 | 147 | 27 | 141 | 0 | 116 | 74 | 204 | 136 | 25 |
| Binary | 11 | 1100111 | 10111 | 1100001 | 0 | 1001110 | 111100 | 10000100 | 1011110 | 10101 |
Color Harmonies of #036717
Complementary color
Monochromatic Colors of #036717
Black with #036717
Text Example
Text Example
White with #036717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036717; }
p { color: rgb(3,103,23); }
H1.HeaderClassName
{
color: #036717;
}
.AnyTagClassName
{
color: #036717;
}
</style>
background-color css
<style>
a { background-color: #036717; }
a { background-color: rgb(3,103,23); }
div.DivClassName
{
background-color: #036717;
}
.BgClassName
{
background-color: #036717;
}
</style>
border-color css
<style>
span { border-color: #036717; }
span { border-color: rgb(3,103,23); }
td.TdClassName
{
border-color: #036717;
}
.TagClassName
{
border-color: #036717;
}
</style>