Shades of Jewel #01743B
Tints of Jewel #01743B
RGB
CMYK
RGB Variations
Color information
#01743B (or 0x01743B) is known color: Jewel. HEX triplet: 01, 74 and 3B. RGB value is (1,116,59). Sum of RGB (Red+Green+Blue) = 1+116+59=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 116 (45.70% from 255 or 65.91% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 116 - color contains mainly: green. Hex color #01743B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01743B is #FE8BC4. Grayscale: #4B4B4B. Windows color (decimal): -16681925 or 3896321. OLE color: 3896321.
HSL color Cylindrical-coordinate representation of color #01743B: hue angle of 150.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01743B is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 116 | 59 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.55 |
| HSL | 150.26º | 0.98% | 0.23% | - |
| HSV(B) | 150.26º | 0.99% | 0.45% | - |
| XYZ | 7.05 | 12.81 | 6.24 | - |
| YUV | 75.12 | 118.9 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 59 | 0.99 | 0 | 0.49 | 0.55 | 150.26 | 0.98 | 0.23 |
| Hex | 1 | 74 | 3B | 63 | 0 | 31 | 37 | 96 | 62 | 17 |
| Octal | 1 | 164 | 73 | 143 | 0 | 61 | 67 | 226 | 142 | 27 |
| Binary | 1 | 1110100 | 111011 | 1100011 | 0 | 110001 | 110111 | 10010110 | 1100010 | 10111 |
Color Harmonies of #01743B
Complementary color
Monochromatic Colors of #01743B
Black with #01743B
Text Example
Text Example
White with #01743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01743B; }
p { color: rgb(1,116,59); }
H1.HeaderClassName
{
color: #01743B;
}
.AnyTagClassName
{
color: #01743B;
}
</style>
background-color css
<style>
a { background-color: #01743B; }
a { background-color: rgb(1,116,59); }
div.DivClassName
{
background-color: #01743B;
}
.BgClassName
{
background-color: #01743B;
}
</style>
border-color css
<style>
span { border-color: #01743B; }
span { border-color: rgb(1,116,59); }
td.TdClassName
{
border-color: #01743B;
}
.TagClassName
{
border-color: #01743B;
}
</style>