Shades of Jewel #03633F
Tints of Jewel #03633F
RGB
CMYK
RGB Variations
Color information
#03633F (or 0x03633F) is known color: Jewel. HEX triplet: 03, 63 and 3F. RGB value is (3,99,63). Sum of RGB (Red+Green+Blue) = 3+99+63=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #03633F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03633F is #FC9CC0. Grayscale: #424242. Windows color (decimal): -16555201 or 4154115. OLE color: 4154115.
HSL color Cylindrical-coordinate representation of color #03633F: hue angle of 157.5º 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 #03633F is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 99 | 63 | - |
| CMYK | 0.97 | 0 | 0.36 | 0.61 |
| HSL | 157.5º | 0.94% | 0.2% | - |
| HSV(B) | 157.5º | 0.97% | 0.39% | - |
| XYZ | 5.4 | 9.3 | 6.21 | - |
| YUV | 66.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 63 | 0.97 | 0 | 0.36 | 0.61 | 157.5 | 0.94 | 0.2 |
| Hex | 3 | 63 | 3F | 61 | 0 | 24 | 3D | 9E | 5E | 14 |
| Octal | 3 | 143 | 77 | 141 | 0 | 44 | 75 | 236 | 136 | 24 |
| Binary | 11 | 1100011 | 111111 | 1100001 | 0 | 100100 | 111101 | 10011110 | 1011110 | 10100 |
Color Harmonies of #03633F
Complementary color
Monochromatic Colors of #03633F
Black with #03633F
Text Example
Text Example
White with #03633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03633F; }
p { color: rgb(3,99,63); }
H1.HeaderClassName
{
color: #03633F;
}
.AnyTagClassName
{
color: #03633F;
}
</style>
background-color css
<style>
a { background-color: #03633F; }
a { background-color: rgb(3,99,63); }
div.DivClassName
{
background-color: #03633F;
}
.BgClassName
{
background-color: #03633F;
}
</style>
border-color css
<style>
span { border-color: #03633F; }
span { border-color: rgb(3,99,63); }
td.TdClassName
{
border-color: #03633F;
}
.TagClassName
{
border-color: #03633F;
}
</style>