Shades of Jewel #04623F
Tints of Jewel #04623F
RGB
CMYK
RGB Variations
Color information
#04623F (or 0x04623F) is known color: Jewel. HEX triplet: 04, 62 and 3F. RGB value is (4,98,63). Sum of RGB (Red+Green+Blue) = 4+98+63=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #04623F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04623F is #FB9DC0. Grayscale: #414141. Windows color (decimal): -16489921 or 4153860. OLE color: 4153860.
HSL color Cylindrical-coordinate representation of color #04623F: hue angle of 157.66º 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 #04623F is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 98 | 63 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.62 |
| HSL | 157.66º | 0.92% | 0.2% | - |
| HSV(B) | 157.66º | 0.96% | 0.38% | - |
| XYZ | 5.31 | 9.12 | 6.18 | - |
| YUV | 65.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 63 | 0.96 | 0 | 0.36 | 0.62 | 157.66 | 0.92 | 0.2 |
| Hex | 4 | 62 | 3F | 60 | 0 | 24 | 3E | 9E | 5C | 14 |
| Octal | 4 | 142 | 77 | 140 | 0 | 44 | 76 | 236 | 134 | 24 |
| Binary | 100 | 1100010 | 111111 | 1100000 | 0 | 100100 | 111110 | 10011110 | 1011100 | 10100 |
Color Harmonies of #04623F
Complementary color
Monochromatic Colors of #04623F
Black with #04623F
Text Example
Text Example
White with #04623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04623F; }
p { color: rgb(4,98,63); }
H1.HeaderClassName
{
color: #04623F;
}
.AnyTagClassName
{
color: #04623F;
}
</style>
background-color css
<style>
a { background-color: #04623F; }
a { background-color: rgb(4,98,63); }
div.DivClassName
{
background-color: #04623F;
}
.BgClassName
{
background-color: #04623F;
}
</style>
border-color css
<style>
span { border-color: #04623F; }
span { border-color: rgb(4,98,63); }
td.TdClassName
{
border-color: #04623F;
}
.TagClassName
{
border-color: #04623F;
}
</style>