Shades of Jewel #00583D
Tints of Jewel #00583D
RGB
CMYK
RGB Variations
Color information
#00583D (or 0x00583D) is known color: Jewel. HEX triplet: 00, 58 and 3D. RGB value is (0,88,61). Sum of RGB (Red+Green+Blue) = 0+88+61=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #00583D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00583D is #FFA7C2. Grayscale: #3A3A3A. Windows color (decimal): -16754627 or 4020224. OLE color: 4020224.
HSL color Cylindrical-coordinate representation of color #00583D: hue angle of 161.59º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00583D is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 88 | 61 | - |
| CMYK | 1 | 0 | 0.31 | 0.65 |
| HSL | 161.59º | 1% | 0.17% | - |
| HSV(B) | 161.59º | 1% | 0.35% | - |
| XYZ | 4.33 | 7.32 | 5.6 | - |
| YUV | 58.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 61 | 1 | 0 | 0.31 | 0.65 | 161.59 | 1 | 0.17 |
| Hex | 0 | 58 | 3D | 64 | 0 | 1F | 41 | A2 | 64 | 11 |
| Octal | 0 | 130 | 75 | 144 | 0 | 37 | 101 | 242 | 144 | 21 |
| Binary | 0 | 1011000 | 111101 | 1100100 | 0 | 11111 | 1000001 | 10100010 | 1100100 | 10001 |
Color Harmonies of #00583D
Complementary color
Monochromatic Colors of #00583D
Black with #00583D
Text Example
Text Example
White with #00583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00583D; }
p { color: rgb(0,88,61); }
H1.HeaderClassName
{
color: #00583D;
}
.AnyTagClassName
{
color: #00583D;
}
</style>
background-color css
<style>
a { background-color: #00583D; }
a { background-color: rgb(0,88,61); }
div.DivClassName
{
background-color: #00583D;
}
.BgClassName
{
background-color: #00583D;
}
</style>
border-color css
<style>
span { border-color: #00583D; }
span { border-color: rgb(0,88,61); }
td.TdClassName
{
border-color: #00583D;
}
.TagClassName
{
border-color: #00583D;
}
</style>