Shades of Jewel #095C43
Tints of Jewel #095C43
RGB
CMYK
RGB Variations
Color information
#095C43 (or 0x095C43) is known color: Jewel. HEX triplet: 09, 5C and 43. RGB value is (9,92,67). Sum of RGB (Red+Green+Blue) = 9+92+67=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 92 (36.33% from 255 or 54.76% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 92 - color contains mainly: green. Hex color #095C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C43 is #F6A3BC. Grayscale: #404040. Windows color (decimal): -16163773 or 4414473. OLE color: 4414473.
HSL color Cylindrical-coordinate representation of color #095C43: hue angle of 161.93º 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 #095C43 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 92 | 67 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.64 |
| HSL | 161.93º | 0.82% | 0.2% | - |
| HSV(B) | 161.93º | 0.9% | 0.36% | - |
| XYZ | 4.95 | 8.12 | 6.62 | - |
| YUV | 64.33 | 129.5 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 67 | 0.90 | 0 | 0.27 | 0.64 | 161.93 | 0.82 | 0.2 |
| Hex | 9 | 5C | 43 | 5A | 0 | 1B | 40 | A2 | 52 | 14 |
| Octal | 11 | 134 | 103 | 132 | 0 | 33 | 100 | 242 | 122 | 24 |
| Binary | 1001 | 1011100 | 1000011 | 1011010 | 0 | 11011 | 1000000 | 10100010 | 1010010 | 10100 |
Color Harmonies of #095C43
Complementary color
Monochromatic Colors of #095C43
Black with #095C43
Text Example
Text Example
White with #095C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C43; }
p { color: rgb(9,92,67); }
H1.HeaderClassName
{
color: #095C43;
}
.AnyTagClassName
{
color: #095C43;
}
</style>
background-color css
<style>
a { background-color: #095C43; }
a { background-color: rgb(9,92,67); }
div.DivClassName
{
background-color: #095C43;
}
.BgClassName
{
background-color: #095C43;
}
</style>
border-color css
<style>
span { border-color: #095C43; }
span { border-color: rgb(9,92,67); }
td.TdClassName
{
border-color: #095C43;
}
.TagClassName
{
border-color: #095C43;
}
</style>