Shades of Crusoe #006522
Tints of Crusoe #006522
RGB
CMYK
RGB Variations
Color information
#006522 (or 0x006522) is known color: Crusoe. HEX triplet: 00, 65 and 22. RGB value is (0,101,34). Sum of RGB (Red+Green+Blue) = 0+101+34=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 101 (39.84% from 255 or 74.81% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 101 - color contains mainly: green. Hex color #006522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006522 is #FF9ADD. Grayscale: #3F3F3F. Windows color (decimal): -16751326 or 2254080. OLE color: 2254080.
HSL color Cylindrical-coordinate representation of color #006522: hue angle of 140.2º 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 #006522 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 101 | 34 | - |
| CMYK | 1 | 0 | 0.66 | 0.60 |
| HSL | 140.2º | 1% | 0.2% | - |
| HSV(B) | 140.2º | 1% | 0.4% | - |
| XYZ | 4.94 | 9.42 | 3.07 | - |
| YUV | 63.16 | 111.54 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 34 | 1 | 0 | 0.66 | 0.60 | 140.2 | 1 | 0.2 |
| Hex | 0 | 65 | 22 | 64 | 0 | 42 | 3C | 8C | 64 | 14 |
| Octal | 0 | 145 | 42 | 144 | 0 | 102 | 74 | 214 | 144 | 24 |
| Binary | 0 | 1100101 | 100010 | 1100100 | 0 | 1000010 | 111100 | 10001100 | 1100100 | 10100 |
Color Harmonies of #006522
Complementary color
Monochromatic Colors of #006522
Black with #006522
Text Example
Text Example
White with #006522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006522; }
p { color: rgb(0,101,34); }
H1.HeaderClassName
{
color: #006522;
}
.AnyTagClassName
{
color: #006522;
}
</style>
background-color css
<style>
a { background-color: #006522; }
a { background-color: rgb(0,101,34); }
div.DivClassName
{
background-color: #006522;
}
.BgClassName
{
background-color: #006522;
}
</style>
border-color css
<style>
span { border-color: #006522; }
span { border-color: rgb(0,101,34); }
td.TdClassName
{
border-color: #006522;
}
.TagClassName
{
border-color: #006522;
}
</style>