Shades of Crusoe #006226
Tints of Crusoe #006226
RGB
CMYK
RGB Variations
Color information
#006226 (or 0x006226) is known color: Crusoe. HEX triplet: 00, 62 and 26. RGB value is (0,98,38). Sum of RGB (Red+Green+Blue) = 0+98+38=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 98 (38.67% from 255 or 72.06% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 98 - color contains mainly: green. Hex color #006226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006226 is #FF9DD9. Grayscale: #3E3E3E. Windows color (decimal): -16752090 or 2515456. OLE color: 2515456.
HSL color Cylindrical-coordinate representation of color #006226: hue angle of 143.27º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006226 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 98 | 38 | - |
| CMYK | 1 | 0 | 0.61 | 0.62 |
| HSL | 143.27º | 1% | 0.19% | - |
| HSV(B) | 143.27º | 1% | 0.38% | - |
| XYZ | 4.72 | 8.88 | 3.3 | - |
| YUV | 61.86 | 114.53 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 38 | 1 | 0 | 0.61 | 0.62 | 143.27 | 1 | 0.19 |
| Hex | 0 | 62 | 26 | 64 | 0 | 3D | 3E | 8F | 64 | 13 |
| Octal | 0 | 142 | 46 | 144 | 0 | 75 | 76 | 217 | 144 | 23 |
| Binary | 0 | 1100010 | 100110 | 1100100 | 0 | 111101 | 111110 | 10001111 | 1100100 | 10011 |
Color Harmonies of #006226
Complementary color
Monochromatic Colors of #006226
Black with #006226
Text Example
Text Example
White with #006226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006226; }
p { color: rgb(0,98,38); }
H1.HeaderClassName
{
color: #006226;
}
.AnyTagClassName
{
color: #006226;
}
</style>
background-color css
<style>
a { background-color: #006226; }
a { background-color: rgb(0,98,38); }
div.DivClassName
{
background-color: #006226;
}
.BgClassName
{
background-color: #006226;
}
</style>
border-color css
<style>
span { border-color: #006226; }
span { border-color: rgb(0,98,38); }
td.TdClassName
{
border-color: #006226;
}
.TagClassName
{
border-color: #006226;
}
</style>