Shades of Crusoe #00601E
Tints of Crusoe #00601E
RGB
CMYK
RGB Variations
Color information
#00601E (or 0x00601E) is known color: Crusoe. HEX triplet: 00, 60 and 1E. RGB value is (0,96,30). Sum of RGB (Red+Green+Blue) = 0+96+30=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 96 (37.89% from 255 or 76.19% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 96 - color contains mainly: green. Hex color #00601E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00601E is #FF9FE1. Grayscale: #3B3B3B. Windows color (decimal): -16752610 or 1990656. OLE color: 1990656.
HSL color Cylindrical-coordinate representation of color #00601E: hue angle of 138.75º 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 #00601E is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 96 | 30 | - |
| CMYK | 1 | 0 | 0.69 | 0.62 |
| HSL | 138.75º | 1% | 0.19% | - |
| HSV(B) | 138.75º | 1% | 0.38% | - |
| XYZ | 4.42 | 8.46 | 2.63 | - |
| YUV | 59.77 | 111.2 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 30 | 1 | 0 | 0.69 | 0.62 | 138.75 | 1 | 0.19 |
| Hex | 0 | 60 | 1E | 64 | 0 | 45 | 3E | 8B | 64 | 13 |
| Octal | 0 | 140 | 36 | 144 | 0 | 105 | 76 | 213 | 144 | 23 |
| Binary | 0 | 1100000 | 11110 | 1100100 | 0 | 1000101 | 111110 | 10001011 | 1100100 | 10011 |
Color Harmonies of #00601E
Complementary color
Monochromatic Colors of #00601E
Black with #00601E
Text Example
Text Example
White with #00601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00601E; }
p { color: rgb(0,96,30); }
H1.HeaderClassName
{
color: #00601E;
}
.AnyTagClassName
{
color: #00601E;
}
</style>
background-color css
<style>
a { background-color: #00601E; }
a { background-color: rgb(0,96,30); }
div.DivClassName
{
background-color: #00601E;
}
.BgClassName
{
background-color: #00601E;
}
</style>
border-color css
<style>
span { border-color: #00601E; }
span { border-color: rgb(0,96,30); }
td.TdClassName
{
border-color: #00601E;
}
.TagClassName
{
border-color: #00601E;
}
</style>