Shades of Jewel #03633D
Tints of Jewel #03633D
RGB
CMYK
RGB Variations
Color information
#03633D (or 0x03633D) is known color: Jewel. HEX triplet: 03, 63 and 3D. RGB value is (3,99,61). Sum of RGB (Red+Green+Blue) = 3+99+61=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #03633D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03633D is #FC9CC2. Grayscale: #424242. Windows color (decimal): -16555203 or 4023043. OLE color: 4023043.
HSL color Cylindrical-coordinate representation of color #03633D: hue angle of 156.25º 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 #03633D is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 99 | 61 | - |
| CMYK | 0.97 | 0 | 0.38 | 0.61 |
| HSL | 156.25º | 0.94% | 0.2% | - |
| HSV(B) | 156.25º | 0.97% | 0.39% | - |
| XYZ | 5.34 | 9.28 | 5.92 | - |
| YUV | 65.96 | 125.2 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 61 | 0.97 | 0 | 0.38 | 0.61 | 156.25 | 0.94 | 0.2 |
| Hex | 3 | 63 | 3D | 61 | 0 | 26 | 3D | 9C | 5E | 14 |
| Octal | 3 | 143 | 75 | 141 | 0 | 46 | 75 | 234 | 136 | 24 |
| Binary | 11 | 1100011 | 111101 | 1100001 | 0 | 100110 | 111101 | 10011100 | 1011110 | 10100 |
Color Harmonies of #03633D
Complementary color
Monochromatic Colors of #03633D
Black with #03633D
Text Example
Text Example
White with #03633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03633D; }
p { color: rgb(3,99,61); }
H1.HeaderClassName
{
color: #03633D;
}
.AnyTagClassName
{
color: #03633D;
}
</style>
background-color css
<style>
a { background-color: #03633D; }
a { background-color: rgb(3,99,61); }
div.DivClassName
{
background-color: #03633D;
}
.BgClassName
{
background-color: #03633D;
}
</style>
border-color css
<style>
span { border-color: #03633D; }
span { border-color: rgb(3,99,61); }
td.TdClassName
{
border-color: #03633D;
}
.TagClassName
{
border-color: #03633D;
}
</style>