Shades of Jewel #04683F
Tints of Jewel #04683F
RGB
CMYK
RGB Variations
Color information
#04683F (or 0x04683F) is known color: Jewel. HEX triplet: 04, 68 and 3F. RGB value is (4,104,63). Sum of RGB (Red+Green+Blue) = 4+104+63=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 104 (41.02% from 255 or 60.82% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 104 - color contains mainly: green. Hex color #04683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04683F is #FB97C0. Grayscale: #454545. Windows color (decimal): -16488385 or 4155396. OLE color: 4155396.
HSL color Cylindrical-coordinate representation of color #04683F: hue angle of 155.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04683F is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 104 | 63 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.59 |
| HSL | 155.4º | 0.93% | 0.21% | - |
| HSV(B) | 155.4º | 0.96% | 0.41% | - |
| XYZ | 5.9 | 10.29 | 6.38 | - |
| YUV | 69.43 | 124.37 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 63 | 0.96 | 0 | 0.39 | 0.59 | 155.4 | 0.93 | 0.21 |
| Hex | 4 | 68 | 3F | 60 | 0 | 27 | 3B | 9B | 5D | 15 |
| Octal | 4 | 150 | 77 | 140 | 0 | 47 | 73 | 233 | 135 | 25 |
| Binary | 100 | 1101000 | 111111 | 1100000 | 0 | 100111 | 111011 | 10011011 | 1011101 | 10101 |
Color Harmonies of #04683F
Complementary color
Monochromatic Colors of #04683F
Black with #04683F
Text Example
Text Example
White with #04683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04683F; }
p { color: rgb(4,104,63); }
H1.HeaderClassName
{
color: #04683F;
}
.AnyTagClassName
{
color: #04683F;
}
</style>
background-color css
<style>
a { background-color: #04683F; }
a { background-color: rgb(4,104,63); }
div.DivClassName
{
background-color: #04683F;
}
.BgClassName
{
background-color: #04683F;
}
</style>
border-color css
<style>
span { border-color: #04683F; }
span { border-color: rgb(4,104,63); }
td.TdClassName
{
border-color: #04683F;
}
.TagClassName
{
border-color: #04683F;
}
</style>