Shades of Crusoe #006420
Tints of Crusoe #006420
RGB
CMYK
RGB Variations
Color information
#006420 (or 0x006420) is known color: Crusoe. HEX triplet: 00, 64 and 20. RGB value is (0,100,32). Sum of RGB (Red+Green+Blue) = 0+100+32=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 100 (39.45% from 255 or 75.76% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 100 - color contains mainly: green. Hex color #006420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006420 is #FF9BDF. Grayscale: #3E3E3E. Windows color (decimal): -16751584 or 2122752. OLE color: 2122752.
HSL color Cylindrical-coordinate representation of color #006420: hue angle of 139.2º 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 #006420 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 100 | 32 | - |
| CMYK | 1 | 0 | 0.68 | 0.61 |
| HSL | 139.2º | 1% | 0.2% | - |
| HSV(B) | 139.2º | 1% | 0.39% | - |
| XYZ | 4.82 | 9.22 | 2.89 | - |
| YUV | 62.35 | 110.87 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 32 | 1 | 0 | 0.68 | 0.61 | 139.2 | 1 | 0.2 |
| Hex | 0 | 64 | 20 | 64 | 0 | 44 | 3D | 8B | 64 | 14 |
| Octal | 0 | 144 | 40 | 144 | 0 | 104 | 75 | 213 | 144 | 24 |
| Binary | 0 | 1100100 | 100000 | 1100100 | 0 | 1000100 | 111101 | 10001011 | 1100100 | 10100 |
Color Harmonies of #006420
Complementary color
Monochromatic Colors of #006420
Black with #006420
Text Example
Text Example
White with #006420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006420; }
p { color: rgb(0,100,32); }
H1.HeaderClassName
{
color: #006420;
}
.AnyTagClassName
{
color: #006420;
}
</style>
background-color css
<style>
a { background-color: #006420; }
a { background-color: rgb(0,100,32); }
div.DivClassName
{
background-color: #006420;
}
.BgClassName
{
background-color: #006420;
}
</style>
border-color css
<style>
span { border-color: #006420; }
span { border-color: rgb(0,100,32); }
td.TdClassName
{
border-color: #006420;
}
.TagClassName
{
border-color: #006420;
}
</style>