Shades of Crusoe #00611A
Tints of Crusoe #00611A
RGB
CMYK
RGB Variations
Color information
#00611A (or 0x00611A) is known color: Crusoe. HEX triplet: 00, 61 and 1A. RGB value is (0,97,26). Sum of RGB (Red+Green+Blue) = 0+97+26=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 97 (38.28% from 255 or 78.86% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 97 - color contains mainly: green. Hex color #00611A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00611A is #FF9EE5. Grayscale: #3C3C3C. Windows color (decimal): -16752358 or 1728768. OLE color: 1728768.
HSL color Cylindrical-coordinate representation of color #00611A: hue angle of 136.08º 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 #00611A is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 97 | 26 | - |
| CMYK | 1 | 0 | 0.73 | 0.62 |
| HSL | 136.08º | 1% | 0.19% | - |
| HSV(B) | 136.08º | 1% | 0.38% | - |
| XYZ | 4.46 | 8.62 | 2.41 | - |
| YUV | 59.9 | 108.86 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 26 | 1 | 0 | 0.73 | 0.62 | 136.08 | 1 | 0.19 |
| Hex | 0 | 61 | 1A | 64 | 0 | 49 | 3E | 88 | 64 | 13 |
| Octal | 0 | 141 | 32 | 144 | 0 | 111 | 76 | 210 | 144 | 23 |
| Binary | 0 | 1100001 | 11010 | 1100100 | 0 | 1001001 | 111110 | 10001000 | 1100100 | 10011 |
Color Harmonies of #00611A
Complementary color
Monochromatic Colors of #00611A
Black with #00611A
Text Example
Text Example
White with #00611A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00611A; }
p { color: rgb(0,97,26); }
H1.HeaderClassName
{
color: #00611A;
}
.AnyTagClassName
{
color: #00611A;
}
</style>
background-color css
<style>
a { background-color: #00611A; }
a { background-color: rgb(0,97,26); }
div.DivClassName
{
background-color: #00611A;
}
.BgClassName
{
background-color: #00611A;
}
</style>
border-color css
<style>
span { border-color: #00611A; }
span { border-color: rgb(0,97,26); }
td.TdClassName
{
border-color: #00611A;
}
.TagClassName
{
border-color: #00611A;
}
</style>