Shades of Crusoe #00622C
Tints of Crusoe #00622C
RGB
CMYK
RGB Variations
Color information
#00622C (or 0x00622C) is known color: Crusoe. HEX triplet: 00, 62 and 2C. RGB value is (0,98,44). Sum of RGB (Red+Green+Blue) = 0+98+44=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 98 (38.67% from 255 or 69.01% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 98 - color contains mainly: green. Hex color #00622C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00622C is #FF9DD3. Grayscale: #3E3E3E. Windows color (decimal): -16752084 or 2908672. OLE color: 2908672.
HSL color Cylindrical-coordinate representation of color #00622C: hue angle of 146.94º 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 #00622C is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 98 | 44 | - |
| CMYK | 1 | 0 | 0.55 | 0.62 |
| HSL | 146.94º | 1% | 0.19% | - |
| HSV(B) | 146.94º | 1% | 0.38% | - |
| XYZ | 4.82 | 8.92 | 3.85 | - |
| YUV | 62.54 | 117.53 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 44 | 1 | 0 | 0.55 | 0.62 | 146.94 | 1 | 0.19 |
| Hex | 0 | 62 | 2C | 64 | 0 | 37 | 3E | 93 | 64 | 13 |
| Octal | 0 | 142 | 54 | 144 | 0 | 67 | 76 | 223 | 144 | 23 |
| Binary | 0 | 1100010 | 101100 | 1100100 | 0 | 110111 | 111110 | 10010011 | 1100100 | 10011 |
Color Harmonies of #00622C
Complementary color
Monochromatic Colors of #00622C
Black with #00622C
Text Example
Text Example
White with #00622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00622C; }
p { color: rgb(0,98,44); }
H1.HeaderClassName
{
color: #00622C;
}
.AnyTagClassName
{
color: #00622C;
}
</style>
background-color css
<style>
a { background-color: #00622C; }
a { background-color: rgb(0,98,44); }
div.DivClassName
{
background-color: #00622C;
}
.BgClassName
{
background-color: #00622C;
}
</style>
border-color css
<style>
span { border-color: #00622C; }
span { border-color: rgb(0,98,44); }
td.TdClassName
{
border-color: #00622C;
}
.TagClassName
{
border-color: #00622C;
}
</style>