Shades of Crusoe #036D1C
Tints of Crusoe #036D1C
RGB
CMYK
RGB Variations
Color information
#036D1C (or 0x036D1C) is known color: Crusoe. HEX triplet: 03, 6D and 1C. RGB value is (3,109,28). Sum of RGB (Red+Green+Blue) = 3+109+28=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 109 (42.97% from 255 or 77.86% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 109 - color contains mainly: green. Hex color #036D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036D1C is #FC92E3. Grayscale: #444444. Windows color (decimal): -16552676 or 1862915. OLE color: 1862915.
HSL color Cylindrical-coordinate representation of color #036D1C: hue angle of 134.15º 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 #036D1C is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 109 | 28 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.57 |
| HSL | 134.15º | 0.95% | 0.22% | - |
| HSV(B) | 134.15º | 0.97% | 0.43% | - |
| XYZ | 5.72 | 11.04 | 2.93 | - |
| YUV | 68.07 | 105.38 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 28 | 0.97 | 0 | 0.74 | 0.57 | 134.15 | 0.95 | 0.22 |
| Hex | 3 | 6D | 1C | 61 | 0 | 4A | 39 | 86 | 5F | 16 |
| Octal | 3 | 155 | 34 | 141 | 0 | 112 | 71 | 206 | 137 | 26 |
| Binary | 11 | 1101101 | 11100 | 1100001 | 0 | 1001010 | 111001 | 10000110 | 1011111 | 10110 |
Color Harmonies of #036D1C
Complementary color
Monochromatic Colors of #036D1C
Black with #036D1C
Text Example
Text Example
White with #036D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D1C; }
p { color: rgb(3,109,28); }
H1.HeaderClassName
{
color: #036D1C;
}
.AnyTagClassName
{
color: #036D1C;
}
</style>
background-color css
<style>
a { background-color: #036D1C; }
a { background-color: rgb(3,109,28); }
div.DivClassName
{
background-color: #036D1C;
}
.BgClassName
{
background-color: #036D1C;
}
</style>
border-color css
<style>
span { border-color: #036D1C; }
span { border-color: rgb(3,109,28); }
td.TdClassName
{
border-color: #036D1C;
}
.TagClassName
{
border-color: #036D1C;
}
</style>