Shades of Crusoe #006528
Tints of Crusoe #006528
RGB
CMYK
RGB Variations
Color information
#006528 (or 0x006528) is known color: Crusoe. HEX triplet: 00, 65 and 28. RGB value is (0,101,40). Sum of RGB (Red+Green+Blue) = 0+101+40=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 101 (39.84% from 255 or 71.63% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 101 - color contains mainly: green. Hex color #006528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006528 is #FF9AD7. Grayscale: #3F3F3F. Windows color (decimal): -16751320 or 2647296. OLE color: 2647296.
HSL color Cylindrical-coordinate representation of color #006528: hue angle of 143.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006528 is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 101 | 40 | - |
| CMYK | 1 | 0 | 0.60 | 0.60 |
| HSL | 143.76º | 1% | 0.2% | - |
| HSV(B) | 143.76º | 1% | 0.4% | - |
| XYZ | 5.04 | 9.46 | 3.57 | - |
| YUV | 63.85 | 114.54 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 40 | 1 | 0 | 0.60 | 0.60 | 143.76 | 1 | 0.2 |
| Hex | 0 | 65 | 28 | 64 | 0 | 3C | 3C | 90 | 64 | 14 |
| Octal | 0 | 145 | 50 | 144 | 0 | 74 | 74 | 220 | 144 | 24 |
| Binary | 0 | 1100101 | 101000 | 1100100 | 0 | 111100 | 111100 | 10010000 | 1100100 | 10100 |
Color Harmonies of #006528
Complementary color
Monochromatic Colors of #006528
Black with #006528
Text Example
Text Example
White with #006528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006528; }
p { color: rgb(0,101,40); }
H1.HeaderClassName
{
color: #006528;
}
.AnyTagClassName
{
color: #006528;
}
</style>
background-color css
<style>
a { background-color: #006528; }
a { background-color: rgb(0,101,40); }
div.DivClassName
{
background-color: #006528;
}
.BgClassName
{
background-color: #006528;
}
</style>
border-color css
<style>
span { border-color: #006528; }
span { border-color: rgb(0,101,40); }
td.TdClassName
{
border-color: #006528;
}
.TagClassName
{
border-color: #006528;
}
</style>