Shades of Crusoe #036D1D
Tints of Crusoe #036D1D
RGB
CMYK
RGB Variations
Color information
#036D1D (or 0x036D1D) is known color: Crusoe. HEX triplet: 03, 6D and 1D. RGB value is (3,109,29). Sum of RGB (Red+Green+Blue) = 3+109+29=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 109 (42.97% from 255 or 77.30% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 109 - color contains mainly: green. Hex color #036D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036D1D is #FC92E2. Grayscale: #444444. Windows color (decimal): -16552675 or 1928451. OLE color: 1928451.
HSL color Cylindrical-coordinate representation of color #036D1D: hue angle of 134.72º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036D1D is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 109 | 29 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.57 |
| HSL | 134.72º | 0.95% | 0.22% | - |
| HSV(B) | 134.72º | 0.97% | 0.43% | - |
| XYZ | 5.73 | 11.05 | 2.99 | - |
| YUV | 68.19 | 105.88 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 29 | 0.97 | 0 | 0.73 | 0.57 | 134.72 | 0.95 | 0.22 |
| Hex | 3 | 6D | 1D | 61 | 0 | 49 | 39 | 87 | 5F | 16 |
| Octal | 3 | 155 | 35 | 141 | 0 | 111 | 71 | 207 | 137 | 26 |
| Binary | 11 | 1101101 | 11101 | 1100001 | 0 | 1001001 | 111001 | 10000111 | 1011111 | 10110 |
Color Harmonies of #036D1D
Complementary color
Monochromatic Colors of #036D1D
Black with #036D1D
Text Example
Text Example
White with #036D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D1D; }
p { color: rgb(3,109,29); }
H1.HeaderClassName
{
color: #036D1D;
}
.AnyTagClassName
{
color: #036D1D;
}
</style>
background-color css
<style>
a { background-color: #036D1D; }
a { background-color: rgb(3,109,29); }
div.DivClassName
{
background-color: #036D1D;
}
.BgClassName
{
background-color: #036D1D;
}
</style>
border-color css
<style>
span { border-color: #036D1D; }
span { border-color: rgb(3,109,29); }
td.TdClassName
{
border-color: #036D1D;
}
.TagClassName
{
border-color: #036D1D;
}
</style>