Shades of Crusoe #036618
Tints of Crusoe #036618
RGB
CMYK
RGB Variations
Color information
#036618 (or 0x036618) is known color: Crusoe. HEX triplet: 03, 66 and 18. RGB value is (3,102,24). Sum of RGB (Red+Green+Blue) = 3+102+24=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 102 (40.23% from 255 or 79.07% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 102 - color contains mainly: green. Hex color #036618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036618 is #FC99E7. Grayscale: #3F3F3F. Windows color (decimal): -16554472 or 1598979. OLE color: 1598979.
HSL color Cylindrical-coordinate representation of color #036618: hue angle of 132.73º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036618 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 102 | 24 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.6 |
| HSL | 132.73º | 0.94% | 0.21% | - |
| HSV(B) | 132.73º | 0.97% | 0.4% | - |
| XYZ | 4.95 | 9.59 | 2.45 | - |
| YUV | 63.51 | 105.7 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 24 | 0.97 | 0 | 0.76 | 0.6 | 132.73 | 0.94 | 0.21 |
| Hex | 3 | 66 | 18 | 61 | 0 | 4C | 3C | 85 | 5E | 15 |
| Octal | 3 | 146 | 30 | 141 | 0 | 114 | 74 | 205 | 136 | 25 |
| Binary | 11 | 1100110 | 11000 | 1100001 | 0 | 1001100 | 111100 | 10000101 | 1011110 | 10101 |
Color Harmonies of #036618
Complementary color
Monochromatic Colors of #036618
Black with #036618
Text Example
Text Example
White with #036618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036618; }
p { color: rgb(3,102,24); }
H1.HeaderClassName
{
color: #036618;
}
.AnyTagClassName
{
color: #036618;
}
</style>
background-color css
<style>
a { background-color: #036618; }
a { background-color: rgb(3,102,24); }
div.DivClassName
{
background-color: #036618;
}
.BgClassName
{
background-color: #036618;
}
</style>
border-color css
<style>
span { border-color: #036618; }
span { border-color: rgb(3,102,24); }
td.TdClassName
{
border-color: #036618;
}
.TagClassName
{
border-color: #036618;
}
</style>