Shades of Crusoe #006321
Tints of Crusoe #006321
RGB
CMYK
RGB Variations
Color information
#006321 (or 0x006321) is known color: Crusoe. HEX triplet: 00, 63 and 21. RGB value is (0,99,33). Sum of RGB (Red+Green+Blue) = 0+99+33=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 99 (39.06% from 255 or 75% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 99 - color contains mainly: green. Hex color #006321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006321 is #FF9CDE. Grayscale: #3E3E3E. Windows color (decimal): -16751839 or 2188032. OLE color: 2188032.
HSL color Cylindrical-coordinate representation of color #006321: hue angle of 140º 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 #006321 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 33 | - |
| CMYK | 1 | 0 | 0.67 | 0.61 |
| HSL | 140º | 1% | 0.19% | - |
| HSV(B) | 140º | 1% | 0.39% | - |
| XYZ | 4.74 | 9.03 | 2.93 | - |
| YUV | 61.88 | 111.7 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 33 | 1 | 0 | 0.67 | 0.61 | 140 | 1 | 0.19 |
| Hex | 0 | 63 | 21 | 64 | 0 | 43 | 3D | 8C | 64 | 13 |
| Octal | 0 | 143 | 41 | 144 | 0 | 103 | 75 | 214 | 144 | 23 |
| Binary | 0 | 1100011 | 100001 | 1100100 | 0 | 1000011 | 111101 | 10001100 | 1100100 | 10011 |
Color Harmonies of #006321
Complementary color
Monochromatic Colors of #006321
Black with #006321
Text Example
Text Example
White with #006321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006321; }
p { color: rgb(0,99,33); }
H1.HeaderClassName
{
color: #006321;
}
.AnyTagClassName
{
color: #006321;
}
</style>
background-color css
<style>
a { background-color: #006321; }
a { background-color: rgb(0,99,33); }
div.DivClassName
{
background-color: #006321;
}
.BgClassName
{
background-color: #006321;
}
</style>
border-color css
<style>
span { border-color: #006321; }
span { border-color: rgb(0,99,33); }
td.TdClassName
{
border-color: #006321;
}
.TagClassName
{
border-color: #006321;
}
</style>