Shades of Jewel #095D45
Tints of Jewel #095D45
RGB
CMYK
RGB Variations
Color information
#095D45 (or 0x095D45) is known color: Jewel. HEX triplet: 09, 5D and 45. RGB value is (9,93,69). Sum of RGB (Red+Green+Blue) = 9+93+69=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #095D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D45 is #F6A2BA. Grayscale: #414141. Windows color (decimal): -16163515 or 4545801. OLE color: 4545801.
HSL color Cylindrical-coordinate representation of color #095D45: hue angle of 162.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D45 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 69 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.64 |
| HSL | 162.86º | 0.82% | 0.2% | - |
| HSV(B) | 162.86º | 0.9% | 0.36% | - |
| XYZ | 5.1 | 8.32 | 6.97 | - |
| YUV | 65.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 69 | 0.90 | 0 | 0.26 | 0.64 | 162.86 | 0.82 | 0.2 |
| Hex | 9 | 5D | 45 | 5A | 0 | 1A | 40 | A3 | 52 | 14 |
| Octal | 11 | 135 | 105 | 132 | 0 | 32 | 100 | 243 | 122 | 24 |
| Binary | 1001 | 1011101 | 1000101 | 1011010 | 0 | 11010 | 1000000 | 10100011 | 1010010 | 10100 |
Color Harmonies of #095D45
Complementary color
Monochromatic Colors of #095D45
Black with #095D45
Text Example
Text Example
White with #095D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D45; }
p { color: rgb(9,93,69); }
H1.HeaderClassName
{
color: #095D45;
}
.AnyTagClassName
{
color: #095D45;
}
</style>
background-color css
<style>
a { background-color: #095D45; }
a { background-color: rgb(9,93,69); }
div.DivClassName
{
background-color: #095D45;
}
.BgClassName
{
background-color: #095D45;
}
</style>
border-color css
<style>
span { border-color: #095D45; }
span { border-color: rgb(9,93,69); }
td.TdClassName
{
border-color: #095D45;
}
.TagClassName
{
border-color: #095D45;
}
</style>