Shades of Crusoe #006523
Tints of Crusoe #006523
RGB
CMYK
RGB Variations
Color information
#006523 (or 0x006523) is known color: Crusoe. HEX triplet: 00, 65 and 23. RGB value is (0,101,35). Sum of RGB (Red+Green+Blue) = 0+101+35=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 101 (39.84% from 255 or 74.26% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 101 - color contains mainly: green. Hex color #006523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006523 is #FF9ADC. Grayscale: #3F3F3F. Windows color (decimal): -16751325 or 2319616. OLE color: 2319616.
HSL color Cylindrical-coordinate representation of color #006523: hue angle of 140.79º 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 #006523 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 101 | 35 | - |
| CMYK | 1 | 0 | 0.65 | 0.60 |
| HSL | 140.79º | 1% | 0.2% | - |
| HSV(B) | 140.79º | 1% | 0.4% | - |
| XYZ | 4.96 | 9.43 | 3.15 | - |
| YUV | 63.28 | 112.04 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 35 | 1 | 0 | 0.65 | 0.60 | 140.79 | 1 | 0.2 |
| Hex | 0 | 65 | 23 | 64 | 0 | 41 | 3C | 8D | 64 | 14 |
| Octal | 0 | 145 | 43 | 144 | 0 | 101 | 74 | 215 | 144 | 24 |
| Binary | 0 | 1100101 | 100011 | 1100100 | 0 | 1000001 | 111100 | 10001101 | 1100100 | 10100 |
Color Harmonies of #006523
Complementary color
Monochromatic Colors of #006523
Black with #006523
Text Example
Text Example
White with #006523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006523; }
p { color: rgb(0,101,35); }
H1.HeaderClassName
{
color: #006523;
}
.AnyTagClassName
{
color: #006523;
}
</style>
background-color css
<style>
a { background-color: #006523; }
a { background-color: rgb(0,101,35); }
div.DivClassName
{
background-color: #006523;
}
.BgClassName
{
background-color: #006523;
}
</style>
border-color css
<style>
span { border-color: #006523; }
span { border-color: rgb(0,101,35); }
td.TdClassName
{
border-color: #006523;
}
.TagClassName
{
border-color: #006523;
}
</style>