Shades of Jewel #03643E
Tints of Jewel #03643E
RGB
CMYK
RGB Variations
Color information
#03643E (or 0x03643E) is known color: Jewel. HEX triplet: 03, 64 and 3E. RGB value is (3,100,62). Sum of RGB (Red+Green+Blue) = 3+100+62=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 100 (39.45% from 255 or 60.61% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 100 - color contains mainly: green. Hex color #03643E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03643E is #FC9BC1. Grayscale: #424242. Windows color (decimal): -16554946 or 4088835. OLE color: 4088835.
HSL color Cylindrical-coordinate representation of color #03643E: hue angle of 156.49º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03643E is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 62 | - |
| CMYK | 0.97 | 0 | 0.38 | 0.61 |
| HSL | 156.49º | 0.94% | 0.2% | - |
| HSV(B) | 156.49º | 0.97% | 0.39% | - |
| XYZ | 5.46 | 9.48 | 6.1 | - |
| YUV | 66.67 | 125.36 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 62 | 0.97 | 0 | 0.38 | 0.61 | 156.49 | 0.94 | 0.2 |
| Hex | 3 | 64 | 3E | 61 | 0 | 26 | 3D | 9C | 5E | 14 |
| Octal | 3 | 144 | 76 | 141 | 0 | 46 | 75 | 234 | 136 | 24 |
| Binary | 11 | 1100100 | 111110 | 1100001 | 0 | 100110 | 111101 | 10011100 | 1011110 | 10100 |
Color Harmonies of #03643E
Complementary color
Monochromatic Colors of #03643E
Black with #03643E
Text Example
Text Example
White with #03643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03643E; }
p { color: rgb(3,100,62); }
H1.HeaderClassName
{
color: #03643E;
}
.AnyTagClassName
{
color: #03643E;
}
</style>
background-color css
<style>
a { background-color: #03643E; }
a { background-color: rgb(3,100,62); }
div.DivClassName
{
background-color: #03643E;
}
.BgClassName
{
background-color: #03643E;
}
</style>
border-color css
<style>
span { border-color: #03643E; }
span { border-color: rgb(3,100,62); }
td.TdClassName
{
border-color: #03643E;
}
.TagClassName
{
border-color: #03643E;
}
</style>