Shades of Jewel #03743C
Tints of Jewel #03743C
RGB
CMYK
RGB Variations
Color information
#03743C (or 0x03743C) is known color: Jewel. HEX triplet: 03, 74 and 3C. RGB value is (3,116,60). Sum of RGB (Red+Green+Blue) = 3+116+60=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 116 (45.70% from 255 or 64.80% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 116 - color contains mainly: green. Hex color #03743C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03743C is #FC8BC3. Grayscale: #4B4B4B. Windows color (decimal): -16550852 or 3961859. OLE color: 3961859.
HSL color Cylindrical-coordinate representation of color #03743C: hue angle of 150.27º 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 #03743C is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 116 | 60 | - |
| CMYK | 0.97 | 0 | 0.48 | 0.55 |
| HSL | 150.27º | 0.95% | 0.23% | - |
| HSV(B) | 150.27º | 0.97% | 0.45% | - |
| XYZ | 7.1 | 12.84 | 6.38 | - |
| YUV | 75.83 | 119.06 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 60 | 0.97 | 0 | 0.48 | 0.55 | 150.27 | 0.95 | 0.23 |
| Hex | 3 | 74 | 3C | 61 | 0 | 30 | 37 | 96 | 5F | 17 |
| Octal | 3 | 164 | 74 | 141 | 0 | 60 | 67 | 226 | 137 | 27 |
| Binary | 11 | 1110100 | 111100 | 1100001 | 0 | 110000 | 110111 | 10010110 | 1011111 | 10111 |
Color Harmonies of #03743C
Complementary color
Monochromatic Colors of #03743C
Black with #03743C
Text Example
Text Example
White with #03743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03743C; }
p { color: rgb(3,116,60); }
H1.HeaderClassName
{
color: #03743C;
}
.AnyTagClassName
{
color: #03743C;
}
</style>
background-color css
<style>
a { background-color: #03743C; }
a { background-color: rgb(3,116,60); }
div.DivClassName
{
background-color: #03743C;
}
.BgClassName
{
background-color: #03743C;
}
</style>
border-color css
<style>
span { border-color: #03743C; }
span { border-color: rgb(3,116,60); }
td.TdClassName
{
border-color: #03743C;
}
.TagClassName
{
border-color: #03743C;
}
</style>