Shades of Crusoe #006327
Tints of Crusoe #006327
RGB
CMYK
RGB Variations
Color information
#006327 (or 0x006327) is known color: Crusoe. HEX triplet: 00, 63 and 27. RGB value is (0,99,39). Sum of RGB (Red+Green+Blue) = 0+99+39=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 99 (39.06% from 255 or 71.74% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 99 - color contains mainly: green. Hex color #006327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006327 is #FF9CD8. Grayscale: #3E3E3E. Windows color (decimal): -16751833 or 2581248. OLE color: 2581248.
HSL color Cylindrical-coordinate representation of color #006327: hue angle of 143.64º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006327 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 39 | - |
| CMYK | 1 | 0 | 0.61 | 0.61 |
| HSL | 143.64º | 1% | 0.19% | - |
| HSV(B) | 143.64º | 1% | 0.39% | - |
| XYZ | 4.83 | 9.07 | 3.42 | - |
| YUV | 62.56 | 114.7 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 39 | 1 | 0 | 0.61 | 0.61 | 143.64 | 1 | 0.19 |
| Hex | 0 | 63 | 27 | 64 | 0 | 3D | 3D | 90 | 64 | 13 |
| Octal | 0 | 143 | 47 | 144 | 0 | 75 | 75 | 220 | 144 | 23 |
| Binary | 0 | 1100011 | 100111 | 1100100 | 0 | 111101 | 111101 | 10010000 | 1100100 | 10011 |
Color Harmonies of #006327
Complementary color
Monochromatic Colors of #006327
Black with #006327
Text Example
Text Example
White with #006327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006327; }
p { color: rgb(0,99,39); }
H1.HeaderClassName
{
color: #006327;
}
.AnyTagClassName
{
color: #006327;
}
</style>
background-color css
<style>
a { background-color: #006327; }
a { background-color: rgb(0,99,39); }
div.DivClassName
{
background-color: #006327;
}
.BgClassName
{
background-color: #006327;
}
</style>
border-color css
<style>
span { border-color: #006327; }
span { border-color: rgb(0,99,39); }
td.TdClassName
{
border-color: #006327;
}
.TagClassName
{
border-color: #006327;
}
</style>