Shades of Jewel #03613D
Tints of Jewel #03613D
RGB
CMYK
RGB Variations
Color information
#03613D (or 0x03613D) is known color: Jewel. HEX triplet: 03, 61 and 3D. RGB value is (3,97,61). Sum of RGB (Red+Green+Blue) = 3+97+61=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 97 (38.28% from 255 or 60.25% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 97 - color contains mainly: green. Hex color #03613D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03613D is #FC9EC2. Grayscale: #404040. Windows color (decimal): -16555715 or 4022531. OLE color: 4022531.
HSL color Cylindrical-coordinate representation of color #03613D: hue angle of 157.02º 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 #03613D is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 97 | 61 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.62 |
| HSL | 157.02º | 0.94% | 0.2% | - |
| HSV(B) | 157.02º | 0.97% | 0.38% | - |
| XYZ | 5.15 | 8.91 | 5.86 | - |
| YUV | 64.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 61 | 0.97 | 0 | 0.37 | 0.62 | 157.02 | 0.94 | 0.2 |
| Hex | 3 | 61 | 3D | 61 | 0 | 25 | 3E | 9D | 5E | 14 |
| Octal | 3 | 141 | 75 | 141 | 0 | 45 | 76 | 235 | 136 | 24 |
| Binary | 11 | 1100001 | 111101 | 1100001 | 0 | 100101 | 111110 | 10011101 | 1011110 | 10100 |
Color Harmonies of #03613D
Complementary color
Monochromatic Colors of #03613D
Black with #03613D
Text Example
Text Example
White with #03613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03613D; }
p { color: rgb(3,97,61); }
H1.HeaderClassName
{
color: #03613D;
}
.AnyTagClassName
{
color: #03613D;
}
</style>
background-color css
<style>
a { background-color: #03613D; }
a { background-color: rgb(3,97,61); }
div.DivClassName
{
background-color: #03613D;
}
.BgClassName
{
background-color: #03613D;
}
</style>
border-color css
<style>
span { border-color: #03613D; }
span { border-color: rgb(3,97,61); }
td.TdClassName
{
border-color: #03613D;
}
.TagClassName
{
border-color: #03613D;
}
</style>