Shades of Jewel #1F6548
Tints of Jewel #1F6548
RGB
CMYK
RGB Variations
Color information
#1F6548 (or 0x1F6548) is known color: Jewel. HEX triplet: 1F, 65 and 48. RGB value is (31,101,72). Sum of RGB (Red+Green+Blue) = 31+101+72=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #1F6548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6548 is #E09AB7. Grayscale: #4C4C4C. Windows color (decimal): -14719672 or 4744479. OLE color: 4744479.
HSL color Cylindrical-coordinate representation of color #1F6548: hue angle of 155.14º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6548 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 101 | 72 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.60 |
| HSL | 155.14º | 0.53% | 0.26% | - |
| HSV(B) | 155.14º | 0.69% | 0.4% | - |
| XYZ | 6.39 | 10.07 | 7.74 | - |
| YUV | 76.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 72 | 0.69 | 0 | 0.29 | 0.60 | 155.14 | 0.53 | 0.26 |
| Hex | 1F | 65 | 48 | 45 | 0 | 1D | 3C | 9B | 35 | 1A |
| Octal | 37 | 145 | 110 | 105 | 0 | 35 | 74 | 233 | 65 | 32 |
| Binary | 11111 | 1100101 | 1001000 | 1000101 | 0 | 11101 | 111100 | 10011011 | 110101 | 11010 |
Color Harmonies of #1F6548
Complementary color
Monochromatic Colors of #1F6548
Black with #1F6548
Text Example
Text Example
White with #1F6548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6548; }
p { color: rgb(31,101,72); }
H1.HeaderClassName
{
color: #1F6548;
}
.AnyTagClassName
{
color: #1F6548;
}
</style>
background-color css
<style>
a { background-color: #1F6548; }
a { background-color: rgb(31,101,72); }
div.DivClassName
{
background-color: #1F6548;
}
.BgClassName
{
background-color: #1F6548;
}
</style>
border-color css
<style>
span { border-color: #1F6548; }
span { border-color: rgb(31,101,72); }
td.TdClassName
{
border-color: #1F6548;
}
.TagClassName
{
border-color: #1F6548;
}
</style>