Shades of Crusoe #00632F
Tints of Crusoe #00632F
RGB
CMYK
RGB Variations
Color information
#00632F (or 0x00632F) is known color: Crusoe. HEX triplet: 00, 63 and 2F. RGB value is (0,99,47). Sum of RGB (Red+Green+Blue) = 0+99+47=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #00632F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00632F is #FF9CD0. Grayscale: #3F3F3F. Windows color (decimal): -16751825 or 3105536. OLE color: 3105536.
HSL color Cylindrical-coordinate representation of color #00632F: hue angle of 148.48º 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 #00632F is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 47 | - |
| CMYK | 1 | 0 | 0.53 | 0.61 |
| HSL | 148.48º | 1% | 0.19% | - |
| HSV(B) | 148.48º | 1% | 0.39% | - |
| XYZ | 4.97 | 9.13 | 4.19 | - |
| YUV | 63.47 | 118.7 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 47 | 1 | 0 | 0.53 | 0.61 | 148.48 | 1 | 0.19 |
| Hex | 0 | 63 | 2F | 64 | 0 | 35 | 3D | 94 | 64 | 13 |
| Octal | 0 | 143 | 57 | 144 | 0 | 65 | 75 | 224 | 144 | 23 |
| Binary | 0 | 1100011 | 101111 | 1100100 | 0 | 110101 | 111101 | 10010100 | 1100100 | 10011 |
Color Harmonies of #00632F
Complementary color
Monochromatic Colors of #00632F
Black with #00632F
Text Example
Text Example
White with #00632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00632F; }
p { color: rgb(0,99,47); }
H1.HeaderClassName
{
color: #00632F;
}
.AnyTagClassName
{
color: #00632F;
}
</style>
background-color css
<style>
a { background-color: #00632F; }
a { background-color: rgb(0,99,47); }
div.DivClassName
{
background-color: #00632F;
}
.BgClassName
{
background-color: #00632F;
}
</style>
border-color css
<style>
span { border-color: #00632F; }
span { border-color: rgb(0,99,47); }
td.TdClassName
{
border-color: #00632F;
}
.TagClassName
{
border-color: #00632F;
}
</style>