Shades of Crusoe #006322
Tints of Crusoe #006322
RGB
CMYK
RGB Variations
Color information
#006322 (or 0x006322) is known color: Crusoe. HEX triplet: 00, 63 and 22. RGB value is (0,99,34). Sum of RGB (Red+Green+Blue) = 0+99+34=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 99 (39.06% from 255 or 74.44% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 99 - color contains mainly: green. Hex color #006322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006322 is #FF9CDD. Grayscale: #3E3E3E. Windows color (decimal): -16751838 or 2253568. OLE color: 2253568.
HSL color Cylindrical-coordinate representation of color #006322: hue angle of 140.61º 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 #006322 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 34 | - |
| CMYK | 1 | 0 | 0.66 | 0.61 |
| HSL | 140.61º | 1% | 0.19% | - |
| HSV(B) | 140.61º | 1% | 0.39% | - |
| XYZ | 4.75 | 9.04 | 3.01 | - |
| YUV | 61.99 | 112.2 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 34 | 1 | 0 | 0.66 | 0.61 | 140.61 | 1 | 0.19 |
| Hex | 0 | 63 | 22 | 64 | 0 | 42 | 3D | 8D | 64 | 13 |
| Octal | 0 | 143 | 42 | 144 | 0 | 102 | 75 | 215 | 144 | 23 |
| Binary | 0 | 1100011 | 100010 | 1100100 | 0 | 1000010 | 111101 | 10001101 | 1100100 | 10011 |
Color Harmonies of #006322
Complementary color
Monochromatic Colors of #006322
Black with #006322
Text Example
Text Example
White with #006322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006322; }
p { color: rgb(0,99,34); }
H1.HeaderClassName
{
color: #006322;
}
.AnyTagClassName
{
color: #006322;
}
</style>
background-color css
<style>
a { background-color: #006322; }
a { background-color: rgb(0,99,34); }
div.DivClassName
{
background-color: #006322;
}
.BgClassName
{
background-color: #006322;
}
</style>
border-color css
<style>
span { border-color: #006322; }
span { border-color: rgb(0,99,34); }
td.TdClassName
{
border-color: #006322;
}
.TagClassName
{
border-color: #006322;
}
</style>