Shades of Crusoe #006429
Tints of Crusoe #006429
RGB
CMYK
RGB Variations
Color information
#006429 (or 0x006429) is known color: Crusoe. HEX triplet: 00, 64 and 29. RGB value is (0,100,41). Sum of RGB (Red+Green+Blue) = 0+100+41=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #006429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006429 is #FF9BD6. Grayscale: #3F3F3F. Windows color (decimal): -16751575 or 2712576. OLE color: 2712576.
HSL color Cylindrical-coordinate representation of color #006429: hue angle of 144.6º 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 #006429 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 100 | 41 | - |
| CMYK | 1 | 0 | 0.59 | 0.61 |
| HSL | 144.6º | 1% | 0.2% | - |
| HSV(B) | 144.6º | 1% | 0.39% | - |
| XYZ | 4.96 | 9.27 | 3.63 | - |
| YUV | 63.37 | 115.37 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 41 | 1 | 0 | 0.59 | 0.61 | 144.6 | 1 | 0.2 |
| Hex | 0 | 64 | 29 | 64 | 0 | 3B | 3D | 91 | 64 | 14 |
| Octal | 0 | 144 | 51 | 144 | 0 | 73 | 75 | 221 | 144 | 24 |
| Binary | 0 | 1100100 | 101001 | 1100100 | 0 | 111011 | 111101 | 10010001 | 1100100 | 10100 |
Color Harmonies of #006429
Complementary color
Monochromatic Colors of #006429
Black with #006429
Text Example
Text Example
White with #006429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006429; }
p { color: rgb(0,100,41); }
H1.HeaderClassName
{
color: #006429;
}
.AnyTagClassName
{
color: #006429;
}
</style>
background-color css
<style>
a { background-color: #006429; }
a { background-color: rgb(0,100,41); }
div.DivClassName
{
background-color: #006429;
}
.BgClassName
{
background-color: #006429;
}
</style>
border-color css
<style>
span { border-color: #006429; }
span { border-color: rgb(0,100,41); }
td.TdClassName
{
border-color: #006429;
}
.TagClassName
{
border-color: #006429;
}
</style>