Shades of Crusoe #036D2C
Tints of Crusoe #036D2C
RGB
CMYK
RGB Variations
Color information
#036D2C (or 0x036D2C) is known color: Crusoe. HEX triplet: 03, 6D and 2C. RGB value is (3,109,44). Sum of RGB (Red+Green+Blue) = 3+109+44=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 109 (42.97% from 255 or 69.87% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 109 - color contains mainly: green. Hex color #036D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036D2C is #FC92D3. Grayscale: #464646. Windows color (decimal): -16552660 or 2911491. OLE color: 2911491.
HSL color Cylindrical-coordinate representation of color #036D2C: hue angle of 143.21º 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 #036D2C is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 109 | 44 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.57 |
| HSL | 143.21º | 0.95% | 0.22% | - |
| HSV(B) | 143.21º | 0.97% | 0.43% | - |
| XYZ | 5.96 | 11.14 | 4.22 | - |
| YUV | 69.9 | 113.38 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 44 | 0.97 | 0 | 0.60 | 0.57 | 143.21 | 0.95 | 0.22 |
| Hex | 3 | 6D | 2C | 61 | 0 | 3C | 39 | 8F | 5F | 16 |
| Octal | 3 | 155 | 54 | 141 | 0 | 74 | 71 | 217 | 137 | 26 |
| Binary | 11 | 1101101 | 101100 | 1100001 | 0 | 111100 | 111001 | 10001111 | 1011111 | 10110 |
Color Harmonies of #036D2C
Complementary color
Monochromatic Colors of #036D2C
Black with #036D2C
Text Example
Text Example
White with #036D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D2C; }
p { color: rgb(3,109,44); }
H1.HeaderClassName
{
color: #036D2C;
}
.AnyTagClassName
{
color: #036D2C;
}
</style>
background-color css
<style>
a { background-color: #036D2C; }
a { background-color: rgb(3,109,44); }
div.DivClassName
{
background-color: #036D2C;
}
.BgClassName
{
background-color: #036D2C;
}
</style>
border-color css
<style>
span { border-color: #036D2C; }
span { border-color: rgb(3,109,44); }
td.TdClassName
{
border-color: #036D2C;
}
.TagClassName
{
border-color: #036D2C;
}
</style>