Shades of Jewel #00593D
Tints of Jewel #00593D
RGB
CMYK
RGB Variations
Color information
#00593D (or 0x00593D) is known color: Jewel. HEX triplet: 00, 59 and 3D. RGB value is (0,89,61). Sum of RGB (Red+Green+Blue) = 0+89+61=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #00593D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00593D is #FFA6C2. Grayscale: #3B3B3B. Windows color (decimal): -16754371 or 4020480. OLE color: 4020480.
HSL color Cylindrical-coordinate representation of color #00593D: hue angle of 161.12º 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 #00593D is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 89 | 61 | - |
| CMYK | 1 | 0 | 0.31 | 0.65 |
| HSL | 161.12º | 1% | 0.17% | - |
| HSV(B) | 161.12º | 1% | 0.35% | - |
| XYZ | 4.41 | 7.48 | 5.63 | - |
| YUV | 59.2 | 129.01 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 61 | 1 | 0 | 0.31 | 0.65 | 161.12 | 1 | 0.17 |
| Hex | 0 | 59 | 3D | 64 | 0 | 1F | 41 | A1 | 64 | 11 |
| Octal | 0 | 131 | 75 | 144 | 0 | 37 | 101 | 241 | 144 | 21 |
| Binary | 0 | 1011001 | 111101 | 1100100 | 0 | 11111 | 1000001 | 10100001 | 1100100 | 10001 |
Color Harmonies of #00593D
Complementary color
Monochromatic Colors of #00593D
Black with #00593D
Text Example
Text Example
White with #00593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00593D; }
p { color: rgb(0,89,61); }
H1.HeaderClassName
{
color: #00593D;
}
.AnyTagClassName
{
color: #00593D;
}
</style>
background-color css
<style>
a { background-color: #00593D; }
a { background-color: rgb(0,89,61); }
div.DivClassName
{
background-color: #00593D;
}
.BgClassName
{
background-color: #00593D;
}
</style>
border-color css
<style>
span { border-color: #00593D; }
span { border-color: rgb(0,89,61); }
td.TdClassName
{
border-color: #00593D;
}
.TagClassName
{
border-color: #00593D;
}
</style>