Shades of Jewel #03683D
Tints of Jewel #03683D
RGB
CMYK
RGB Variations
Color information
#03683D (or 0x03683D) is known color: Jewel. HEX triplet: 03, 68 and 3D. RGB value is (3,104,61). Sum of RGB (Red+Green+Blue) = 3+104+61=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 104 (41.02% from 255 or 61.90% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 104 - color contains mainly: green. Hex color #03683D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03683D is #FC97C2. Grayscale: #444444. Windows color (decimal): -16553923 or 4024323. OLE color: 4024323.
HSL color Cylindrical-coordinate representation of color #03683D: hue angle of 154.46º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03683D is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 104 | 61 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.59 |
| HSL | 154.46º | 0.94% | 0.21% | - |
| HSV(B) | 154.46º | 0.97% | 0.41% | - |
| XYZ | 5.83 | 10.26 | 6.09 | - |
| YUV | 68.9 | 123.54 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 61 | 0.97 | 0 | 0.41 | 0.59 | 154.46 | 0.94 | 0.21 |
| Hex | 3 | 68 | 3D | 61 | 0 | 29 | 3B | 9A | 5E | 15 |
| Octal | 3 | 150 | 75 | 141 | 0 | 51 | 73 | 232 | 136 | 25 |
| Binary | 11 | 1101000 | 111101 | 1100001 | 0 | 101001 | 111011 | 10011010 | 1011110 | 10101 |
Color Harmonies of #03683D
Complementary color
Monochromatic Colors of #03683D
Black with #03683D
Text Example
Text Example
White with #03683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03683D; }
p { color: rgb(3,104,61); }
H1.HeaderClassName
{
color: #03683D;
}
.AnyTagClassName
{
color: #03683D;
}
</style>
background-color css
<style>
a { background-color: #03683D; }
a { background-color: rgb(3,104,61); }
div.DivClassName
{
background-color: #03683D;
}
.BgClassName
{
background-color: #03683D;
}
</style>
border-color css
<style>
span { border-color: #03683D; }
span { border-color: rgb(3,104,61); }
td.TdClassName
{
border-color: #03683D;
}
.TagClassName
{
border-color: #03683D;
}
</style>