Shades of Jewel #04673F
Tints of Jewel #04673F
RGB
CMYK
RGB Variations
Color information
#04673F (or 0x04673F) is known color: Jewel. HEX triplet: 04, 67 and 3F. RGB value is (4,103,63). Sum of RGB (Red+Green+Blue) = 4+103+63=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 103 (40.62% from 255 or 60.59% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 103 - color contains mainly: green. Hex color #04673F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04673F is #FB98C0. Grayscale: #444444. Windows color (decimal): -16488641 or 4155140. OLE color: 4155140.
HSL color Cylindrical-coordinate representation of color #04673F: hue angle of 155.76º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04673F is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 103 | 63 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.60 |
| HSL | 155.76º | 0.93% | 0.21% | - |
| HSV(B) | 155.76º | 0.96% | 0.4% | - |
| XYZ | 5.8 | 10.09 | 6.34 | - |
| YUV | 68.84 | 124.7 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 63 | 0.96 | 0 | 0.39 | 0.60 | 155.76 | 0.93 | 0.21 |
| Hex | 4 | 67 | 3F | 60 | 0 | 27 | 3C | 9C | 5D | 15 |
| Octal | 4 | 147 | 77 | 140 | 0 | 47 | 74 | 234 | 135 | 25 |
| Binary | 100 | 1100111 | 111111 | 1100000 | 0 | 100111 | 111100 | 10011100 | 1011101 | 10101 |
Color Harmonies of #04673F
Complementary color
Monochromatic Colors of #04673F
Black with #04673F
Text Example
Text Example
White with #04673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04673F; }
p { color: rgb(4,103,63); }
H1.HeaderClassName
{
color: #04673F;
}
.AnyTagClassName
{
color: #04673F;
}
</style>
background-color css
<style>
a { background-color: #04673F; }
a { background-color: rgb(4,103,63); }
div.DivClassName
{
background-color: #04673F;
}
.BgClassName
{
background-color: #04673F;
}
</style>
border-color css
<style>
span { border-color: #04673F; }
span { border-color: rgb(4,103,63); }
td.TdClassName
{
border-color: #04673F;
}
.TagClassName
{
border-color: #04673F;
}
</style>