Shades of Crusoe #00632B
Tints of Crusoe #00632B
RGB
CMYK
RGB Variations
Color information
#00632B (or 0x00632B) is known color: Crusoe. HEX triplet: 00, 63 and 2B. RGB value is (0,99,43). Sum of RGB (Red+Green+Blue) = 0+99+43=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 99 (39.06% from 255 or 69.72% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 99 - color contains mainly: green. Hex color #00632B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00632B is #FF9CD4. Grayscale: #3F3F3F. Windows color (decimal): -16751829 or 2843392. OLE color: 2843392.
HSL color Cylindrical-coordinate representation of color #00632B: hue angle of 146.06º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00632B is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 43 | - |
| CMYK | 1 | 0 | 0.57 | 0.61 |
| HSL | 146.06º | 1% | 0.19% | - |
| HSV(B) | 146.06º | 1% | 0.39% | - |
| XYZ | 4.9 | 9.1 | 3.78 | - |
| YUV | 63.02 | 116.7 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 43 | 1 | 0 | 0.57 | 0.61 | 146.06 | 1 | 0.19 |
| Hex | 0 | 63 | 2B | 64 | 0 | 39 | 3D | 92 | 64 | 13 |
| Octal | 0 | 143 | 53 | 144 | 0 | 71 | 75 | 222 | 144 | 23 |
| Binary | 0 | 1100011 | 101011 | 1100100 | 0 | 111001 | 111101 | 10010010 | 1100100 | 10011 |
Color Harmonies of #00632B
Complementary color
Monochromatic Colors of #00632B
Black with #00632B
Text Example
Text Example
White with #00632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00632B; }
p { color: rgb(0,99,43); }
H1.HeaderClassName
{
color: #00632B;
}
.AnyTagClassName
{
color: #00632B;
}
</style>
background-color css
<style>
a { background-color: #00632B; }
a { background-color: rgb(0,99,43); }
div.DivClassName
{
background-color: #00632B;
}
.BgClassName
{
background-color: #00632B;
}
</style>
border-color css
<style>
span { border-color: #00632B; }
span { border-color: rgb(0,99,43); }
td.TdClassName
{
border-color: #00632B;
}
.TagClassName
{
border-color: #00632B;
}
</style>