Shades of Jewel #01733C
Tints of Jewel #01733C
RGB
CMYK
RGB Variations
Color information
#01733C (or 0x01733C) is known color: Jewel. HEX triplet: 01, 73 and 3C. RGB value is (1,115,60). Sum of RGB (Red+Green+Blue) = 1+115+60=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 115 (45.31% from 255 or 65.34% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 115 - color contains mainly: green. Hex color #01733C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01733C is #FE8CC3. Grayscale: #4A4A4A. Windows color (decimal): -16682180 or 3961601. OLE color: 3961601.
HSL color Cylindrical-coordinate representation of color #01733C: hue angle of 151.05º 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 #01733C is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 115 | 60 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.55 |
| HSL | 151.05º | 0.98% | 0.23% | - |
| HSV(B) | 151.05º | 0.99% | 0.45% | - |
| XYZ | 6.96 | 12.59 | 6.34 | - |
| YUV | 74.64 | 119.73 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 60 | 0.99 | 0 | 0.48 | 0.55 | 151.05 | 0.98 | 0.23 |
| Hex | 1 | 73 | 3C | 63 | 0 | 30 | 37 | 97 | 62 | 17 |
| Octal | 1 | 163 | 74 | 143 | 0 | 60 | 67 | 227 | 142 | 27 |
| Binary | 1 | 1110011 | 111100 | 1100011 | 0 | 110000 | 110111 | 10010111 | 1100010 | 10111 |
Color Harmonies of #01733C
Complementary color
Monochromatic Colors of #01733C
Black with #01733C
Text Example
Text Example
White with #01733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01733C; }
p { color: rgb(1,115,60); }
H1.HeaderClassName
{
color: #01733C;
}
.AnyTagClassName
{
color: #01733C;
}
</style>
background-color css
<style>
a { background-color: #01733C; }
a { background-color: rgb(1,115,60); }
div.DivClassName
{
background-color: #01733C;
}
.BgClassName
{
background-color: #01733C;
}
</style>
border-color css
<style>
span { border-color: #01733C; }
span { border-color: rgb(1,115,60); }
td.TdClassName
{
border-color: #01733C;
}
.TagClassName
{
border-color: #01733C;
}
</style>