Shades of Crusoe #036B2D
Tints of Crusoe #036B2D
RGB
CMYK
RGB Variations
Color information
#036B2D (or 0x036B2D) is known color: Crusoe. HEX triplet: 03, 6B and 2D. RGB value is (3,107,45). Sum of RGB (Red+Green+Blue) = 3+107+45=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 107 (42.19% from 255 or 69.03% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 107 - color contains mainly: green. Hex color #036B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036B2D is #FC94D2. Grayscale: #444444. Windows color (decimal): -16553171 or 2976515. OLE color: 2976515.
HSL color Cylindrical-coordinate representation of color #036B2D: hue angle of 144.23º 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 #036B2D is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 107 | 45 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.58 |
| HSL | 144.23º | 0.95% | 0.22% | - |
| HSV(B) | 144.23º | 0.97% | 0.42% | - |
| XYZ | 5.77 | 10.72 | 4.25 | - |
| YUV | 68.84 | 114.54 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 45 | 0.97 | 0 | 0.58 | 0.58 | 144.23 | 0.95 | 0.22 |
| Hex | 3 | 6B | 2D | 61 | 0 | 3A | 3A | 90 | 5F | 16 |
| Octal | 3 | 153 | 55 | 141 | 0 | 72 | 72 | 220 | 137 | 26 |
| Binary | 11 | 1101011 | 101101 | 1100001 | 0 | 111010 | 111010 | 10010000 | 1011111 | 10110 |
Color Harmonies of #036B2D
Complementary color
Monochromatic Colors of #036B2D
Black with #036B2D
Text Example
Text Example
White with #036B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036B2D; }
p { color: rgb(3,107,45); }
H1.HeaderClassName
{
color: #036B2D;
}
.AnyTagClassName
{
color: #036B2D;
}
</style>
background-color css
<style>
a { background-color: #036B2D; }
a { background-color: rgb(3,107,45); }
div.DivClassName
{
background-color: #036B2D;
}
.BgClassName
{
background-color: #036B2D;
}
</style>
border-color css
<style>
span { border-color: #036B2D; }
span { border-color: rgb(3,107,45); }
td.TdClassName
{
border-color: #036B2D;
}
.TagClassName
{
border-color: #036B2D;
}
</style>