Shades of Crusoe #036C2C
Tints of Crusoe #036C2C
RGB
CMYK
RGB Variations
Color information
#036C2C (or 0x036C2C) is known color: Crusoe. HEX triplet: 03, 6C and 2C. RGB value is (3,108,44). Sum of RGB (Red+Green+Blue) = 3+108+44=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 108 (42.58% from 255 or 69.68% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 108 - color contains mainly: green. Hex color #036C2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036C2C is #FC93D3. Grayscale: #454545. Windows color (decimal): -16552916 or 2911235. OLE color: 2911235.
HSL color Cylindrical-coordinate representation of color #036C2C: hue angle of 143.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036C2C is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 108 | 44 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.58 |
| HSL | 143.43º | 0.95% | 0.22% | - |
| HSV(B) | 143.43º | 0.97% | 0.42% | - |
| XYZ | 5.85 | 10.93 | 4.18 | - |
| YUV | 69.31 | 113.71 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 44 | 0.97 | 0 | 0.59 | 0.58 | 143.43 | 0.95 | 0.22 |
| Hex | 3 | 6C | 2C | 61 | 0 | 3B | 3A | 8F | 5F | 16 |
| Octal | 3 | 154 | 54 | 141 | 0 | 73 | 72 | 217 | 137 | 26 |
| Binary | 11 | 1101100 | 101100 | 1100001 | 0 | 111011 | 111010 | 10001111 | 1011111 | 10110 |
Color Harmonies of #036C2C
Complementary color
Monochromatic Colors of #036C2C
Black with #036C2C
Text Example
Text Example
White with #036C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C2C; }
p { color: rgb(3,108,44); }
H1.HeaderClassName
{
color: #036C2C;
}
.AnyTagClassName
{
color: #036C2C;
}
</style>
background-color css
<style>
a { background-color: #036C2C; }
a { background-color: rgb(3,108,44); }
div.DivClassName
{
background-color: #036C2C;
}
.BgClassName
{
background-color: #036C2C;
}
</style>
border-color css
<style>
span { border-color: #036C2C; }
span { border-color: rgb(3,108,44); }
td.TdClassName
{
border-color: #036C2C;
}
.TagClassName
{
border-color: #036C2C;
}
</style>