Shades of Jewel #04573E
Tints of Jewel #04573E
RGB
CMYK
RGB Variations
Color information
#04573E (or 0x04573E) is known color: Jewel. HEX triplet: 04, 57 and 3E. RGB value is (4,87,62). Sum of RGB (Red+Green+Blue) = 4+87+62=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 87 (34.38% from 255 or 56.86% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 87 - color contains mainly: green. Hex color #04573E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04573E is #FBA8C1. Grayscale: #3B3B3B. Windows color (decimal): -16492738 or 4085508. OLE color: 4085508.
HSL color Cylindrical-coordinate representation of color #04573E: hue angle of 161.93º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04573E is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 87 | 62 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.66 |
| HSL | 161.93º | 0.91% | 0.18% | - |
| HSV(B) | 161.93º | 0.95% | 0.34% | - |
| XYZ | 4.33 | 7.19 | 5.72 | - |
| YUV | 59.33 | 129.5 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 87 | 62 | 0.95 | 0 | 0.29 | 0.66 | 161.93 | 0.91 | 0.18 |
| Hex | 4 | 57 | 3E | 5F | 0 | 1D | 42 | A2 | 5B | 12 |
| Octal | 4 | 127 | 76 | 137 | 0 | 35 | 102 | 242 | 133 | 22 |
| Binary | 100 | 1010111 | 111110 | 1011111 | 0 | 11101 | 1000010 | 10100010 | 1011011 | 10010 |
Color Harmonies of #04573E
Complementary color
Monochromatic Colors of #04573E
Black with #04573E
Text Example
Text Example
White with #04573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04573E; }
p { color: rgb(4,87,62); }
H1.HeaderClassName
{
color: #04573E;
}
.AnyTagClassName
{
color: #04573E;
}
</style>
background-color css
<style>
a { background-color: #04573E; }
a { background-color: rgb(4,87,62); }
div.DivClassName
{
background-color: #04573E;
}
.BgClassName
{
background-color: #04573E;
}
</style>
border-color css
<style>
span { border-color: #04573E; }
span { border-color: rgb(4,87,62); }
td.TdClassName
{
border-color: #04573E;
}
.TagClassName
{
border-color: #04573E;
}
</style>