Shades of Jewel #03743D
Tints of Jewel #03743D
RGB
CMYK
RGB Variations
Color information
#03743D (or 0x03743D) is known color: Jewel. HEX triplet: 03, 74 and 3D. RGB value is (3,116,61). Sum of RGB (Red+Green+Blue) = 3+116+61=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 116 (45.70% from 255 or 64.44% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 116 - color contains mainly: green. Hex color #03743D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03743D is #FC8BC2. Grayscale: #4C4C4C. Windows color (decimal): -16550851 or 4027395. OLE color: 4027395.
HSL color Cylindrical-coordinate representation of color #03743D: hue angle of 150.8º 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 #03743D is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 116 | 61 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.55 |
| HSL | 150.8º | 0.95% | 0.23% | - |
| HSV(B) | 150.8º | 0.97% | 0.45% | - |
| XYZ | 7.13 | 12.85 | 6.52 | - |
| YUV | 75.94 | 119.56 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 61 | 0.97 | 0 | 0.47 | 0.55 | 150.8 | 0.95 | 0.23 |
| Hex | 3 | 74 | 3D | 61 | 0 | 2F | 37 | 97 | 5F | 17 |
| Octal | 3 | 164 | 75 | 141 | 0 | 57 | 67 | 227 | 137 | 27 |
| Binary | 11 | 1110100 | 111101 | 1100001 | 0 | 101111 | 110111 | 10010111 | 1011111 | 10111 |
Color Harmonies of #03743D
Complementary color
Monochromatic Colors of #03743D
Black with #03743D
Text Example
Text Example
White with #03743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03743D; }
p { color: rgb(3,116,61); }
H1.HeaderClassName
{
color: #03743D;
}
.AnyTagClassName
{
color: #03743D;
}
</style>
background-color css
<style>
a { background-color: #03743D; }
a { background-color: rgb(3,116,61); }
div.DivClassName
{
background-color: #03743D;
}
.BgClassName
{
background-color: #03743D;
}
</style>
border-color css
<style>
span { border-color: #03743D; }
span { border-color: rgb(3,116,61); }
td.TdClassName
{
border-color: #03743D;
}
.TagClassName
{
border-color: #03743D;
}
</style>