Shades of Crusoe #00632D
Tints of Crusoe #00632D
RGB
CMYK
RGB Variations
Color information
#00632D (or 0x00632D) is known color: Crusoe. HEX triplet: 00, 63 and 2D. RGB value is (0,99,45). Sum of RGB (Red+Green+Blue) = 0+99+45=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #00632D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00632D is #FF9CD2. Grayscale: #3F3F3F. Windows color (decimal): -16751827 or 2974464. OLE color: 2974464.
HSL color Cylindrical-coordinate representation of color #00632D: hue angle of 147.27º 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 #00632D is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 45 | - |
| CMYK | 1 | 0 | 0.55 | 0.61 |
| HSL | 147.27º | 1% | 0.19% | - |
| HSV(B) | 147.27º | 1% | 0.39% | - |
| XYZ | 4.94 | 9.11 | 3.98 | - |
| YUV | 63.24 | 117.7 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 45 | 1 | 0 | 0.55 | 0.61 | 147.27 | 1 | 0.19 |
| Hex | 0 | 63 | 2D | 64 | 0 | 37 | 3D | 93 | 64 | 13 |
| Octal | 0 | 143 | 55 | 144 | 0 | 67 | 75 | 223 | 144 | 23 |
| Binary | 0 | 1100011 | 101101 | 1100100 | 0 | 110111 | 111101 | 10010011 | 1100100 | 10011 |
Color Harmonies of #00632D
Complementary color
Monochromatic Colors of #00632D
Black with #00632D
Text Example
Text Example
White with #00632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00632D; }
p { color: rgb(0,99,45); }
H1.HeaderClassName
{
color: #00632D;
}
.AnyTagClassName
{
color: #00632D;
}
</style>
background-color css
<style>
a { background-color: #00632D; }
a { background-color: rgb(0,99,45); }
div.DivClassName
{
background-color: #00632D;
}
.BgClassName
{
background-color: #00632D;
}
</style>
border-color css
<style>
span { border-color: #00632D; }
span { border-color: rgb(0,99,45); }
td.TdClassName
{
border-color: #00632D;
}
.TagClassName
{
border-color: #00632D;
}
</style>