Shades of Crusoe #036D1F
Tints of Crusoe #036D1F
RGB
CMYK
RGB Variations
Color information
#036D1F (or 0x036D1F) is known color: Crusoe. HEX triplet: 03, 6D and 1F. RGB value is (3,109,31). Sum of RGB (Red+Green+Blue) = 3+109+31=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 109 (42.97% from 255 or 76.22% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 109 - color contains mainly: green. Hex color #036D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036D1F is #FC92E0. Grayscale: #444444. Windows color (decimal): -16552673 or 2059523. OLE color: 2059523.
HSL color Cylindrical-coordinate representation of color #036D1F: hue angle of 135.85º 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 #036D1F is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 109 | 31 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.57 |
| HSL | 135.85º | 0.95% | 0.22% | - |
| HSV(B) | 135.85º | 0.97% | 0.43% | - |
| XYZ | 5.75 | 11.06 | 3.13 | - |
| YUV | 68.41 | 106.88 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 31 | 0.97 | 0 | 0.72 | 0.57 | 135.85 | 0.95 | 0.22 |
| Hex | 3 | 6D | 1F | 61 | 0 | 48 | 39 | 88 | 5F | 16 |
| Octal | 3 | 155 | 37 | 141 | 0 | 110 | 71 | 210 | 137 | 26 |
| Binary | 11 | 1101101 | 11111 | 1100001 | 0 | 1001000 | 111001 | 10001000 | 1011111 | 10110 |
Color Harmonies of #036D1F
Complementary color
Monochromatic Colors of #036D1F
Black with #036D1F
Text Example
Text Example
White with #036D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D1F; }
p { color: rgb(3,109,31); }
H1.HeaderClassName
{
color: #036D1F;
}
.AnyTagClassName
{
color: #036D1F;
}
</style>
background-color css
<style>
a { background-color: #036D1F; }
a { background-color: rgb(3,109,31); }
div.DivClassName
{
background-color: #036D1F;
}
.BgClassName
{
background-color: #036D1F;
}
</style>
border-color css
<style>
span { border-color: #036D1F; }
span { border-color: rgb(3,109,31); }
td.TdClassName
{
border-color: #036D1F;
}
.TagClassName
{
border-color: #036D1F;
}
</style>