Shades of Jewel #15674D
Tints of Jewel #15674D
RGB
CMYK
RGB Variations
Color information
#15674D (or 0x15674D) is known color: Jewel. HEX triplet: 15, 67 and 4D. RGB value is (21,103,77). Sum of RGB (Red+Green+Blue) = 21+103+77=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #15674D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15674D is #EA98B2. Grayscale: #4B4B4B. Windows color (decimal): -15374515 or 5072661. OLE color: 5072661.
HSL color Cylindrical-coordinate representation of color #15674D: hue angle of 160.98º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15674D is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 103 | 77 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.60 |
| HSL | 160.98º | 0.66% | 0.24% | - |
| HSV(B) | 160.98º | 0.8% | 0.4% | - |
| XYZ | 6.5 | 10.4 | 8.69 | - |
| YUV | 75.52 | 128.83 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 77 | 0.80 | 0 | 0.25 | 0.60 | 160.98 | 0.66 | 0.24 |
| Hex | 15 | 67 | 4D | 50 | 0 | 19 | 3C | A1 | 42 | 18 |
| Octal | 25 | 147 | 115 | 120 | 0 | 31 | 74 | 241 | 102 | 30 |
| Binary | 10101 | 1100111 | 1001101 | 1010000 | 0 | 11001 | 111100 | 10100001 | 1000010 | 11000 |
Color Harmonies of #15674D
Complementary color
Monochromatic Colors of #15674D
Black with #15674D
Text Example
Text Example
White with #15674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15674D; }
p { color: rgb(21,103,77); }
H1.HeaderClassName
{
color: #15674D;
}
.AnyTagClassName
{
color: #15674D;
}
</style>
background-color css
<style>
a { background-color: #15674D; }
a { background-color: rgb(21,103,77); }
div.DivClassName
{
background-color: #15674D;
}
.BgClassName
{
background-color: #15674D;
}
</style>
border-color css
<style>
span { border-color: #15674D; }
span { border-color: rgb(21,103,77); }
td.TdClassName
{
border-color: #15674D;
}
.TagClassName
{
border-color: #15674D;
}
</style>