Shades of Crusoe #036B2B
Tints of Crusoe #036B2B
RGB
CMYK
RGB Variations
Color information
#036B2B (or 0x036B2B) is known color: Crusoe. HEX triplet: 03, 6B and 2B. RGB value is (3,107,43). Sum of RGB (Red+Green+Blue) = 3+107+43=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 107 (42.19% from 255 or 69.93% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 107 - color contains mainly: green. Hex color #036B2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036B2B is #FC94D4. Grayscale: #444444. Windows color (decimal): -16553173 or 2845443. OLE color: 2845443.
HSL color Cylindrical-coordinate representation of color #036B2B: hue angle of 143.08º 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 #036B2B is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 107 | 43 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.58 |
| HSL | 143.08º | 0.95% | 0.22% | - |
| HSV(B) | 143.08º | 0.97% | 0.42% | - |
| XYZ | 5.73 | 10.71 | 4.05 | - |
| YUV | 68.61 | 113.54 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 43 | 0.97 | 0 | 0.60 | 0.58 | 143.08 | 0.95 | 0.22 |
| Hex | 3 | 6B | 2B | 61 | 0 | 3C | 3A | 8F | 5F | 16 |
| Octal | 3 | 153 | 53 | 141 | 0 | 74 | 72 | 217 | 137 | 26 |
| Binary | 11 | 1101011 | 101011 | 1100001 | 0 | 111100 | 111010 | 10001111 | 1011111 | 10110 |
Color Harmonies of #036B2B
Complementary color
Monochromatic Colors of #036B2B
Black with #036B2B
Text Example
Text Example
White with #036B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036B2B; }
p { color: rgb(3,107,43); }
H1.HeaderClassName
{
color: #036B2B;
}
.AnyTagClassName
{
color: #036B2B;
}
</style>
background-color css
<style>
a { background-color: #036B2B; }
a { background-color: rgb(3,107,43); }
div.DivClassName
{
background-color: #036B2B;
}
.BgClassName
{
background-color: #036B2B;
}
</style>
border-color css
<style>
span { border-color: #036B2B; }
span { border-color: rgb(3,107,43); }
td.TdClassName
{
border-color: #036B2B;
}
.TagClassName
{
border-color: #036B2B;
}
</style>