Shades of Jewel #015D3C
Tints of Jewel #015D3C
RGB
CMYK
RGB Variations
Color information
#015D3C (or 0x015D3C) is known color: Jewel. HEX triplet: 01, 5D and 3C. RGB value is (1,93,60). Sum of RGB (Red+Green+Blue) = 1+93+60=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 93 (36.72% from 255 or 60.39% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 93 - color contains mainly: green. Hex color #015D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D3C is #FEA2C3. Grayscale: #3D3D3D. Windows color (decimal): -16687812 or 3955969. OLE color: 3955969.
HSL color Cylindrical-coordinate representation of color #015D3C: hue angle of 158.48º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D3C is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 60 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.64 |
| HSL | 158.48º | 0.98% | 0.18% | - |
| HSV(B) | 158.48º | 0.99% | 0.36% | - |
| XYZ | 4.74 | 8.16 | 5.6 | - |
| YUV | 61.73 | 127.02 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 60 | 0.99 | 0 | 0.35 | 0.64 | 158.48 | 0.98 | 0.18 |
| Hex | 1 | 5D | 3C | 63 | 0 | 23 | 40 | 9E | 62 | 12 |
| Octal | 1 | 135 | 74 | 143 | 0 | 43 | 100 | 236 | 142 | 22 |
| Binary | 1 | 1011101 | 111100 | 1100011 | 0 | 100011 | 1000000 | 10011110 | 1100010 | 10010 |
Color Harmonies of #015D3C
Complementary color
Monochromatic Colors of #015D3C
Black with #015D3C
Text Example
Text Example
White with #015D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D3C; }
p { color: rgb(1,93,60); }
H1.HeaderClassName
{
color: #015D3C;
}
.AnyTagClassName
{
color: #015D3C;
}
</style>
background-color css
<style>
a { background-color: #015D3C; }
a { background-color: rgb(1,93,60); }
div.DivClassName
{
background-color: #015D3C;
}
.BgClassName
{
background-color: #015D3C;
}
</style>
border-color css
<style>
span { border-color: #015D3C; }
span { border-color: rgb(1,93,60); }
td.TdClassName
{
border-color: #015D3C;
}
.TagClassName
{
border-color: #015D3C;
}
</style>