Shades of Jewel #04713C
Tints of Jewel #04713C
RGB
CMYK
RGB Variations
Color information
#04713C (or 0x04713C) is known color: Jewel. HEX triplet: 04, 71 and 3C. RGB value is (4,113,60). Sum of RGB (Red+Green+Blue) = 4+113+60=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 113 (44.53% from 255 or 63.84% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 113 - color contains mainly: green. Hex color #04713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04713C is #FB8EC3. Grayscale: #4A4A4A. Windows color (decimal): -16486084 or 3961092. OLE color: 3961092.
HSL color Cylindrical-coordinate representation of color #04713C: hue angle of 150.83º 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 #04713C is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 113 | 60 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.56 |
| HSL | 150.83º | 0.93% | 0.23% | - |
| HSV(B) | 150.83º | 0.96% | 0.44% | - |
| XYZ | 6.77 | 12.16 | 6.27 | - |
| YUV | 74.37 | 119.89 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 60 | 0.96 | 0 | 0.47 | 0.56 | 150.83 | 0.93 | 0.23 |
| Hex | 4 | 71 | 3C | 60 | 0 | 2F | 38 | 97 | 5D | 17 |
| Octal | 4 | 161 | 74 | 140 | 0 | 57 | 70 | 227 | 135 | 27 |
| Binary | 100 | 1110001 | 111100 | 1100000 | 0 | 101111 | 111000 | 10010111 | 1011101 | 10111 |
Color Harmonies of #04713C
Complementary color
Monochromatic Colors of #04713C
Black with #04713C
Text Example
Text Example
White with #04713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04713C; }
p { color: rgb(4,113,60); }
H1.HeaderClassName
{
color: #04713C;
}
.AnyTagClassName
{
color: #04713C;
}
</style>
background-color css
<style>
a { background-color: #04713C; }
a { background-color: rgb(4,113,60); }
div.DivClassName
{
background-color: #04713C;
}
.BgClassName
{
background-color: #04713C;
}
</style>
border-color css
<style>
span { border-color: #04713C; }
span { border-color: rgb(4,113,60); }
td.TdClassName
{
border-color: #04713C;
}
.TagClassName
{
border-color: #04713C;
}
</style>