Shades of Jewel #04703B
Tints of Jewel #04703B
RGB
CMYK
RGB Variations
Color information
#04703B (or 0x04703B) is known color: Jewel. HEX triplet: 04, 70 and 3B. RGB value is (4,112,59). Sum of RGB (Red+Green+Blue) = 4+112+59=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 112 (44.14% from 255 or 64% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 112 - color contains mainly: green. Hex color #04703B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04703B is #FB8FC4. Grayscale: #494949. Windows color (decimal): -16486341 or 3895300. OLE color: 3895300.
HSL color Cylindrical-coordinate representation of color #04703B: hue angle of 150.56º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04703B is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 112 | 59 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.56 |
| HSL | 150.56º | 0.93% | 0.23% | - |
| HSV(B) | 150.56º | 0.96% | 0.44% | - |
| XYZ | 6.63 | 11.93 | 6.09 | - |
| YUV | 73.67 | 119.72 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 59 | 0.96 | 0 | 0.47 | 0.56 | 150.56 | 0.93 | 0.23 |
| Hex | 4 | 70 | 3B | 60 | 0 | 2F | 38 | 97 | 5D | 17 |
| Octal | 4 | 160 | 73 | 140 | 0 | 57 | 70 | 227 | 135 | 27 |
| Binary | 100 | 1110000 | 111011 | 1100000 | 0 | 101111 | 111000 | 10010111 | 1011101 | 10111 |
Color Harmonies of #04703B
Complementary color
Monochromatic Colors of #04703B
Black with #04703B
Text Example
Text Example
White with #04703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04703B; }
p { color: rgb(4,112,59); }
H1.HeaderClassName
{
color: #04703B;
}
.AnyTagClassName
{
color: #04703B;
}
</style>
background-color css
<style>
a { background-color: #04703B; }
a { background-color: rgb(4,112,59); }
div.DivClassName
{
background-color: #04703B;
}
.BgClassName
{
background-color: #04703B;
}
</style>
border-color css
<style>
span { border-color: #04703B; }
span { border-color: rgb(4,112,59); }
td.TdClassName
{
border-color: #04703B;
}
.TagClassName
{
border-color: #04703B;
}
</style>