Shades of Jewel #046F40
Tints of Jewel #046F40
RGB
CMYK
RGB Variations
Color information
#046F40 (or 0x046F40) is known color: Jewel. HEX triplet: 04, 6F and 40. RGB value is (4,111,64). Sum of RGB (Red+Green+Blue) = 4+111+64=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #046F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046F40 is #FB90BF. Grayscale: #494949. Windows color (decimal): -16486592 or 4222724. OLE color: 4222724.
HSL color Cylindrical-coordinate representation of color #046F40: hue angle of 153.64º 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 #046F40 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 111 | 64 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.56 |
| HSL | 153.64º | 0.93% | 0.23% | - |
| HSV(B) | 153.64º | 0.96% | 0.44% | - |
| XYZ | 6.66 | 11.76 | 6.77 | - |
| YUV | 73.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 64 | 0.96 | 0 | 0.42 | 0.56 | 153.64 | 0.93 | 0.23 |
| Hex | 4 | 6F | 40 | 60 | 0 | 2A | 38 | 9A | 5D | 17 |
| Octal | 4 | 157 | 100 | 140 | 0 | 52 | 70 | 232 | 135 | 27 |
| Binary | 100 | 1101111 | 1000000 | 1100000 | 0 | 101010 | 111000 | 10011010 | 1011101 | 10111 |
Color Harmonies of #046F40
Complementary color
Monochromatic Colors of #046F40
Black with #046F40
Text Example
Text Example
White with #046F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046F40; }
p { color: rgb(4,111,64); }
H1.HeaderClassName
{
color: #046F40;
}
.AnyTagClassName
{
color: #046F40;
}
</style>
background-color css
<style>
a { background-color: #046F40; }
a { background-color: rgb(4,111,64); }
div.DivClassName
{
background-color: #046F40;
}
.BgClassName
{
background-color: #046F40;
}
</style>
border-color css
<style>
span { border-color: #046F40; }
span { border-color: rgb(4,111,64); }
td.TdClassName
{
border-color: #046F40;
}
.TagClassName
{
border-color: #046F40;
}
</style>