Shades of Crusoe #036C1E
Tints of Crusoe #036C1E
RGB
CMYK
RGB Variations
Color information
#036C1E (or 0x036C1E) is known color: Crusoe. HEX triplet: 03, 6C and 1E. RGB value is (3,108,30). Sum of RGB (Red+Green+Blue) = 3+108+30=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 108 (42.58% from 255 or 76.60% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 108 - color contains mainly: green. Hex color #036C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036C1E is #FC93E1. Grayscale: #434343. Windows color (decimal): -16552930 or 1993731. OLE color: 1993731.
HSL color Cylindrical-coordinate representation of color #036C1E: hue angle of 135.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 #036C1E is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 108 | 30 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.58 |
| HSL | 135.43º | 0.95% | 0.22% | - |
| HSV(B) | 135.43º | 0.97% | 0.42% | - |
| XYZ | 5.63 | 10.84 | 3.02 | - |
| YUV | 67.71 | 106.71 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 30 | 0.97 | 0 | 0.72 | 0.58 | 135.43 | 0.95 | 0.22 |
| Hex | 3 | 6C | 1E | 61 | 0 | 48 | 3A | 87 | 5F | 16 |
| Octal | 3 | 154 | 36 | 141 | 0 | 110 | 72 | 207 | 137 | 26 |
| Binary | 11 | 1101100 | 11110 | 1100001 | 0 | 1001000 | 111010 | 10000111 | 1011111 | 10110 |
Color Harmonies of #036C1E
Complementary color
Monochromatic Colors of #036C1E
Black with #036C1E
Text Example
Text Example
White with #036C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C1E; }
p { color: rgb(3,108,30); }
H1.HeaderClassName
{
color: #036C1E;
}
.AnyTagClassName
{
color: #036C1E;
}
</style>
background-color css
<style>
a { background-color: #036C1E; }
a { background-color: rgb(3,108,30); }
div.DivClassName
{
background-color: #036C1E;
}
.BgClassName
{
background-color: #036C1E;
}
</style>
border-color css
<style>
span { border-color: #036C1E; }
span { border-color: rgb(3,108,30); }
td.TdClassName
{
border-color: #036C1E;
}
.TagClassName
{
border-color: #036C1E;
}
</style>