Shades of Crusoe #036C2B
Tints of Crusoe #036C2B
RGB
CMYK
RGB Variations
Color information
#036C2B (or 0x036C2B) is known color: Crusoe. HEX triplet: 03, 6C and 2B. RGB value is (3,108,43). Sum of RGB (Red+Green+Blue) = 3+108+43=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 108 (42.58% from 255 or 70.13% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 108 - color contains mainly: green. Hex color #036C2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036C2B is #FC93D4. Grayscale: #454545. Windows color (decimal): -16552917 or 2845699. OLE color: 2845699.
HSL color Cylindrical-coordinate representation of color #036C2B: hue angle of 142.86º 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 #036C2B is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 108 | 43 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.58 |
| HSL | 142.86º | 0.95% | 0.22% | - |
| HSV(B) | 142.86º | 0.97% | 0.42% | - |
| XYZ | 5.84 | 10.92 | 4.09 | - |
| YUV | 69.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 43 | 0.97 | 0 | 0.60 | 0.58 | 142.86 | 0.95 | 0.22 |
| Hex | 3 | 6C | 2B | 61 | 0 | 3C | 3A | 8F | 5F | 16 |
| Octal | 3 | 154 | 53 | 141 | 0 | 74 | 72 | 217 | 137 | 26 |
| Binary | 11 | 1101100 | 101011 | 1100001 | 0 | 111100 | 111010 | 10001111 | 1011111 | 10110 |
Color Harmonies of #036C2B
Complementary color
Monochromatic Colors of #036C2B
Black with #036C2B
Text Example
Text Example
White with #036C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C2B; }
p { color: rgb(3,108,43); }
H1.HeaderClassName
{
color: #036C2B;
}
.AnyTagClassName
{
color: #036C2B;
}
</style>
background-color css
<style>
a { background-color: #036C2B; }
a { background-color: rgb(3,108,43); }
div.DivClassName
{
background-color: #036C2B;
}
.BgClassName
{
background-color: #036C2B;
}
</style>
border-color css
<style>
span { border-color: #036C2B; }
span { border-color: rgb(3,108,43); }
td.TdClassName
{
border-color: #036C2B;
}
.TagClassName
{
border-color: #036C2B;
}
</style>