Shades of Jewel #03653C
Tints of Jewel #03653C
RGB
CMYK
RGB Variations
Color information
#03653C (or 0x03653C) is known color: Jewel. HEX triplet: 03, 65 and 3C. RGB value is (3,101,60). Sum of RGB (Red+Green+Blue) = 3+101+60=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 101 (39.84% from 255 or 61.59% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 101 - color contains mainly: green. Hex color #03653C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03653C is #FC9AC3. Grayscale: #434343. Windows color (decimal): -16554692 or 3958019. OLE color: 3958019.
HSL color Cylindrical-coordinate representation of color #03653C: hue angle of 154.9º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03653C is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 101 | 60 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.60 |
| HSL | 154.9º | 0.94% | 0.2% | - |
| HSV(B) | 154.9º | 0.97% | 0.4% | - |
| XYZ | 5.51 | 9.65 | 5.85 | - |
| YUV | 67.02 | 124.03 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 60 | 0.97 | 0 | 0.41 | 0.60 | 154.9 | 0.94 | 0.2 |
| Hex | 3 | 65 | 3C | 61 | 0 | 29 | 3C | 9B | 5E | 14 |
| Octal | 3 | 145 | 74 | 141 | 0 | 51 | 74 | 233 | 136 | 24 |
| Binary | 11 | 1100101 | 111100 | 1100001 | 0 | 101001 | 111100 | 10011011 | 1011110 | 10100 |
Color Harmonies of #03653C
Complementary color
Monochromatic Colors of #03653C
Black with #03653C
Text Example
Text Example
White with #03653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03653C; }
p { color: rgb(3,101,60); }
H1.HeaderClassName
{
color: #03653C;
}
.AnyTagClassName
{
color: #03653C;
}
</style>
background-color css
<style>
a { background-color: #03653C; }
a { background-color: rgb(3,101,60); }
div.DivClassName
{
background-color: #03653C;
}
.BgClassName
{
background-color: #03653C;
}
</style>
border-color css
<style>
span { border-color: #03653C; }
span { border-color: rgb(3,101,60); }
td.TdClassName
{
border-color: #03653C;
}
.TagClassName
{
border-color: #03653C;
}
</style>