Shades of Jewel #03613C
Tints of Jewel #03613C
RGB
CMYK
RGB Variations
Color information
#03613C (or 0x03613C) is known color: Jewel. HEX triplet: 03, 61 and 3C. RGB value is (3,97,60). Sum of RGB (Red+Green+Blue) = 3+97+60=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #03613C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03613C is #FC9EC3. Grayscale: #404040. Windows color (decimal): -16555716 or 3956995. OLE color: 3956995.
HSL color Cylindrical-coordinate representation of color #03613C: hue angle of 156.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03613C is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 97 | 60 | - |
| CMYK | 0.97 | 0 | 0.38 | 0.62 |
| HSL | 156.38º | 0.94% | 0.2% | - |
| HSV(B) | 156.38º | 0.97% | 0.38% | - |
| XYZ | 5.13 | 8.89 | 5.72 | - |
| YUV | 64.68 | 125.36 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 60 | 0.97 | 0 | 0.38 | 0.62 | 156.38 | 0.94 | 0.2 |
| Hex | 3 | 61 | 3C | 61 | 0 | 26 | 3E | 9C | 5E | 14 |
| Octal | 3 | 141 | 74 | 141 | 0 | 46 | 76 | 234 | 136 | 24 |
| Binary | 11 | 1100001 | 111100 | 1100001 | 0 | 100110 | 111110 | 10011100 | 1011110 | 10100 |
Color Harmonies of #03613C
Complementary color
Monochromatic Colors of #03613C
Black with #03613C
Text Example
Text Example
White with #03613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03613C; }
p { color: rgb(3,97,60); }
H1.HeaderClassName
{
color: #03613C;
}
.AnyTagClassName
{
color: #03613C;
}
</style>
background-color css
<style>
a { background-color: #03613C; }
a { background-color: rgb(3,97,60); }
div.DivClassName
{
background-color: #03613C;
}
.BgClassName
{
background-color: #03613C;
}
</style>
border-color css
<style>
span { border-color: #03613C; }
span { border-color: rgb(3,97,60); }
td.TdClassName
{
border-color: #03613C;
}
.TagClassName
{
border-color: #03613C;
}
</style>