Shades of Jewel #04623D
Tints of Jewel #04623D
RGB
CMYK
RGB Variations
Color information
#04623D (or 0x04623D) is known color: Jewel. HEX triplet: 04, 62 and 3D. RGB value is (4,98,61). Sum of RGB (Red+Green+Blue) = 4+98+61=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #04623D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04623D is #FB9DC2. Grayscale: #414141. Windows color (decimal): -16489923 or 4022788. OLE color: 4022788.
HSL color Cylindrical-coordinate representation of color #04623D: hue angle of 156.38º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04623D is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 98 | 61 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.62 |
| HSL | 156.38º | 0.92% | 0.2% | - |
| HSV(B) | 156.38º | 0.96% | 0.38% | - |
| XYZ | 5.26 | 9.1 | 5.89 | - |
| YUV | 65.68 | 125.36 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 61 | 0.96 | 0 | 0.38 | 0.62 | 156.38 | 0.92 | 0.2 |
| Hex | 4 | 62 | 3D | 60 | 0 | 26 | 3E | 9C | 5C | 14 |
| Octal | 4 | 142 | 75 | 140 | 0 | 46 | 76 | 234 | 134 | 24 |
| Binary | 100 | 1100010 | 111101 | 1100000 | 0 | 100110 | 111110 | 10011100 | 1011100 | 10100 |
Color Harmonies of #04623D
Complementary color
Monochromatic Colors of #04623D
Black with #04623D
Text Example
Text Example
White with #04623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04623D; }
p { color: rgb(4,98,61); }
H1.HeaderClassName
{
color: #04623D;
}
.AnyTagClassName
{
color: #04623D;
}
</style>
background-color css
<style>
a { background-color: #04623D; }
a { background-color: rgb(4,98,61); }
div.DivClassName
{
background-color: #04623D;
}
.BgClassName
{
background-color: #04623D;
}
</style>
border-color css
<style>
span { border-color: #04623D; }
span { border-color: rgb(4,98,61); }
td.TdClassName
{
border-color: #04623D;
}
.TagClassName
{
border-color: #04623D;
}
</style>