Shades of Jewel #00643A
Tints of Jewel #00643A
RGB
CMYK
RGB Variations
Color information
#00643A (or 0x00643A) is known color: Jewel. HEX triplet: 00, 64 and 3A. RGB value is (0,100,58). Sum of RGB (Red+Green+Blue) = 0+100+58=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 100 (39.45% from 255 or 63.29% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 100 - color contains mainly: green. Hex color #00643A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00643A is #FF9BC5. Grayscale: #414141. Windows color (decimal): -16751558 or 3826688. OLE color: 3826688.
HSL color Cylindrical-coordinate representation of color #00643A: hue angle of 154.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00643A is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 100 | 58 | - |
| CMYK | 1 | 0 | 0.42 | 0.61 |
| HSL | 154.8º | 1% | 0.2% | - |
| HSV(B) | 154.8º | 1% | 0.39% | - |
| XYZ | 5.32 | 9.42 | 5.54 | - |
| YUV | 65.31 | 123.87 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 58 | 1 | 0 | 0.42 | 0.61 | 154.8 | 1 | 0.2 |
| Hex | 0 | 64 | 3A | 64 | 0 | 2A | 3D | 9B | 64 | 14 |
| Octal | 0 | 144 | 72 | 144 | 0 | 52 | 75 | 233 | 144 | 24 |
| Binary | 0 | 1100100 | 111010 | 1100100 | 0 | 101010 | 111101 | 10011011 | 1100100 | 10100 |
Color Harmonies of #00643A
Complementary color
Monochromatic Colors of #00643A
Black with #00643A
Text Example
Text Example
White with #00643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00643A; }
p { color: rgb(0,100,58); }
H1.HeaderClassName
{
color: #00643A;
}
.AnyTagClassName
{
color: #00643A;
}
</style>
background-color css
<style>
a { background-color: #00643A; }
a { background-color: rgb(0,100,58); }
div.DivClassName
{
background-color: #00643A;
}
.BgClassName
{
background-color: #00643A;
}
</style>
border-color css
<style>
span { border-color: #00643A; }
span { border-color: rgb(0,100,58); }
td.TdClassName
{
border-color: #00643A;
}
.TagClassName
{
border-color: #00643A;
}
</style>