Shades of Jewel #095D43
Tints of Jewel #095D43
RGB
CMYK
RGB Variations
Color information
#095D43 (or 0x095D43) is known color: Jewel. HEX triplet: 09, 5D and 43. RGB value is (9,93,67). Sum of RGB (Red+Green+Blue) = 9+93+67=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 93 (36.72% from 255 or 55.03% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 93 - color contains mainly: green. Hex color #095D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D43 is #F6A2BC. Grayscale: #404040. Windows color (decimal): -16163517 or 4414729. OLE color: 4414729.
HSL color Cylindrical-coordinate representation of color #095D43: hue angle of 161.43º 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 #095D43 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 67 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.64 |
| HSL | 161.43º | 0.82% | 0.2% | - |
| HSV(B) | 161.43º | 0.9% | 0.36% | - |
| XYZ | 5.04 | 8.29 | 6.65 | - |
| YUV | 64.92 | 129.17 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 67 | 0.90 | 0 | 0.28 | 0.64 | 161.43 | 0.82 | 0.2 |
| Hex | 9 | 5D | 43 | 5A | 0 | 1C | 40 | A1 | 52 | 14 |
| Octal | 11 | 135 | 103 | 132 | 0 | 34 | 100 | 241 | 122 | 24 |
| Binary | 1001 | 1011101 | 1000011 | 1011010 | 0 | 11100 | 1000000 | 10100001 | 1010010 | 10100 |
Color Harmonies of #095D43
Complementary color
Monochromatic Colors of #095D43
Black with #095D43
Text Example
Text Example
White with #095D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D43; }
p { color: rgb(9,93,67); }
H1.HeaderClassName
{
color: #095D43;
}
.AnyTagClassName
{
color: #095D43;
}
</style>
background-color css
<style>
a { background-color: #095D43; }
a { background-color: rgb(9,93,67); }
div.DivClassName
{
background-color: #095D43;
}
.BgClassName
{
background-color: #095D43;
}
</style>
border-color css
<style>
span { border-color: #095D43; }
span { border-color: rgb(9,93,67); }
td.TdClassName
{
border-color: #095D43;
}
.TagClassName
{
border-color: #095D43;
}
</style>