Shades of Jewel #015C3D
Tints of Jewel #015C3D
RGB
CMYK
RGB Variations
Color information
#015C3D (or 0x015C3D) is known color: Jewel. HEX triplet: 01, 5C and 3D. RGB value is (1,92,61). Sum of RGB (Red+Green+Blue) = 1+92+61=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 92 (36.33% from 255 or 59.74% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 92 - color contains mainly: green. Hex color #015C3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015C3D is #FEA3C2. Grayscale: #3D3D3D. Windows color (decimal): -16688067 or 4021249. OLE color: 4021249.
HSL color Cylindrical-coordinate representation of color #015C3D: hue angle of 159.56º 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 #015C3D is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 92 | 61 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.64 |
| HSL | 159.56º | 0.98% | 0.18% | - |
| HSV(B) | 159.56º | 0.99% | 0.36% | - |
| XYZ | 4.68 | 8 | 5.71 | - |
| YUV | 61.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 61 | 0.99 | 0 | 0.34 | 0.64 | 159.56 | 0.98 | 0.18 |
| Hex | 1 | 5C | 3D | 63 | 0 | 22 | 40 | A0 | 62 | 12 |
| Octal | 1 | 134 | 75 | 143 | 0 | 42 | 100 | 240 | 142 | 22 |
| Binary | 1 | 1011100 | 111101 | 1100011 | 0 | 100010 | 1000000 | 10100000 | 1100010 | 10010 |
Color Harmonies of #015C3D
Complementary color
Monochromatic Colors of #015C3D
Black with #015C3D
Text Example
Text Example
White with #015C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C3D; }
p { color: rgb(1,92,61); }
H1.HeaderClassName
{
color: #015C3D;
}
.AnyTagClassName
{
color: #015C3D;
}
</style>
background-color css
<style>
a { background-color: #015C3D; }
a { background-color: rgb(1,92,61); }
div.DivClassName
{
background-color: #015C3D;
}
.BgClassName
{
background-color: #015C3D;
}
</style>
border-color css
<style>
span { border-color: #015C3D; }
span { border-color: rgb(1,92,61); }
td.TdClassName
{
border-color: #015C3D;
}
.TagClassName
{
border-color: #015C3D;
}
</style>