Shades of Crusoe #00642C
Tints of Crusoe #00642C
RGB
CMYK
RGB Variations
Color information
#00642C (or 0x00642C) is known color: Crusoe. HEX triplet: 00, 64 and 2C. RGB value is (0,100,44). Sum of RGB (Red+Green+Blue) = 0+100+44=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 100 (39.45% from 255 or 69.44% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 100 - color contains mainly: green. Hex color #00642C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00642C is #FF9BD3. Grayscale: #3F3F3F. Windows color (decimal): -16751572 or 2909184. OLE color: 2909184.
HSL color Cylindrical-coordinate representation of color #00642C: hue angle of 146.4º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00642C is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 100 | 44 | - |
| CMYK | 1 | 0 | 0.56 | 0.61 |
| HSL | 146.4º | 1% | 0.2% | - |
| HSV(B) | 146.4º | 1% | 0.39% | - |
| XYZ | 5.01 | 9.3 | 3.91 | - |
| YUV | 63.72 | 116.87 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 44 | 1 | 0 | 0.56 | 0.61 | 146.4 | 1 | 0.2 |
| Hex | 0 | 64 | 2C | 64 | 0 | 38 | 3D | 92 | 64 | 14 |
| Octal | 0 | 144 | 54 | 144 | 0 | 70 | 75 | 222 | 144 | 24 |
| Binary | 0 | 1100100 | 101100 | 1100100 | 0 | 111000 | 111101 | 10010010 | 1100100 | 10100 |
Color Harmonies of #00642C
Complementary color
Monochromatic Colors of #00642C
Black with #00642C
Text Example
Text Example
White with #00642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00642C; }
p { color: rgb(0,100,44); }
H1.HeaderClassName
{
color: #00642C;
}
.AnyTagClassName
{
color: #00642C;
}
</style>
background-color css
<style>
a { background-color: #00642C; }
a { background-color: rgb(0,100,44); }
div.DivClassName
{
background-color: #00642C;
}
.BgClassName
{
background-color: #00642C;
}
</style>
border-color css
<style>
span { border-color: #00642C; }
span { border-color: rgb(0,100,44); }
td.TdClassName
{
border-color: #00642C;
}
.TagClassName
{
border-color: #00642C;
}
</style>