Shades of Jewel #03743A
Tints of Jewel #03743A
RGB
CMYK
RGB Variations
Color information
#03743A (or 0x03743A) is known color: Jewel. HEX triplet: 03, 74 and 3A. RGB value is (3,116,58). Sum of RGB (Red+Green+Blue) = 3+116+58=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 116 (45.70% from 255 or 65.54% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 116 - color contains mainly: green. Hex color #03743A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03743A is #FC8BC5. Grayscale: #4B4B4B. Windows color (decimal): -16550854 or 3830787. OLE color: 3830787.
HSL color Cylindrical-coordinate representation of color #03743A: hue angle of 149.2º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03743A is Cyan = 0.97, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 116 | 58 | - |
| CMYK | 0.97 | 0 | 0.5 | 0.55 |
| HSL | 149.2º | 0.95% | 0.23% | - |
| HSV(B) | 149.2º | 0.97% | 0.45% | - |
| XYZ | 7.05 | 12.82 | 6.11 | - |
| YUV | 75.6 | 118.06 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 58 | 0.97 | 0 | 0.5 | 0.55 | 149.2 | 0.95 | 0.23 |
| Hex | 3 | 74 | 3A | 61 | 0 | 32 | 37 | 95 | 5F | 17 |
| Octal | 3 | 164 | 72 | 141 | 0 | 62 | 67 | 225 | 137 | 27 |
| Binary | 11 | 1110100 | 111010 | 1100001 | 0 | 110010 | 110111 | 10010101 | 1011111 | 10111 |
Color Harmonies of #03743A
Complementary color
Monochromatic Colors of #03743A
Black with #03743A
Text Example
Text Example
White with #03743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03743A; }
p { color: rgb(3,116,58); }
H1.HeaderClassName
{
color: #03743A;
}
.AnyTagClassName
{
color: #03743A;
}
</style>
background-color css
<style>
a { background-color: #03743A; }
a { background-color: rgb(3,116,58); }
div.DivClassName
{
background-color: #03743A;
}
.BgClassName
{
background-color: #03743A;
}
</style>
border-color css
<style>
span { border-color: #03743A; }
span { border-color: rgb(3,116,58); }
td.TdClassName
{
border-color: #03743A;
}
.TagClassName
{
border-color: #03743A;
}
</style>