Shades of Jewel #00653A
Tints of Jewel #00653A
RGB
CMYK
RGB Variations
Color information
#00653A (or 0x00653A) is known color: Jewel. HEX triplet: 00, 65 and 3A. RGB value is (0,101,58). Sum of RGB (Red+Green+Blue) = 0+101+58=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 101 (39.84% from 255 or 63.52% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 101 - color contains mainly: green. Hex color #00653A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00653A is #FF9AC5. Grayscale: #414141. Windows color (decimal): -16751302 or 3826944. OLE color: 3826944.
HSL color Cylindrical-coordinate representation of color #00653A: hue angle of 154.46º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00653A is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 101 | 58 | - |
| CMYK | 1 | 0 | 0.43 | 0.60 |
| HSL | 154.46º | 1% | 0.2% | - |
| HSV(B) | 154.46º | 1% | 0.4% | - |
| XYZ | 5.42 | 9.61 | 5.57 | - |
| YUV | 65.9 | 123.54 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 58 | 1 | 0 | 0.43 | 0.60 | 154.46 | 1 | 0.2 |
| Hex | 0 | 65 | 3A | 64 | 0 | 2B | 3C | 9A | 64 | 14 |
| Octal | 0 | 145 | 72 | 144 | 0 | 53 | 74 | 232 | 144 | 24 |
| Binary | 0 | 1100101 | 111010 | 1100100 | 0 | 101011 | 111100 | 10011010 | 1100100 | 10100 |
Color Harmonies of #00653A
Complementary color
Monochromatic Colors of #00653A
Black with #00653A
Text Example
Text Example
White with #00653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00653A; }
p { color: rgb(0,101,58); }
H1.HeaderClassName
{
color: #00653A;
}
.AnyTagClassName
{
color: #00653A;
}
</style>
background-color css
<style>
a { background-color: #00653A; }
a { background-color: rgb(0,101,58); }
div.DivClassName
{
background-color: #00653A;
}
.BgClassName
{
background-color: #00653A;
}
</style>
border-color css
<style>
span { border-color: #00653A; }
span { border-color: rgb(0,101,58); }
td.TdClassName
{
border-color: #00653A;
}
.TagClassName
{
border-color: #00653A;
}
</style>