Shades of Watercourse #095A48
Tints of Watercourse #095A48
RGB
CMYK
RGB Variations
Color information
#095A48 (or 0x095A48) is known color: Watercourse. HEX triplet: 09, 5A and 48. RGB value is (9,90,72). Sum of RGB (Red+Green+Blue) = 9+90+72=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #095A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A48 is #F6A5B7. Grayscale: #3F3F3F. Windows color (decimal): -16164280 or 4741641. OLE color: 4741641.
HSL color Cylindrical-coordinate representation of color #095A48: hue angle of 166.67º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A48 is Cyan = 0.9, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 72 | - |
| CMYK | 0.9 | 0 | 0.20 | 0.65 |
| HSL | 166.67º | 0.82% | 0.19% | - |
| HSV(B) | 166.67º | 0.9% | 0.35% | - |
| XYZ | 4.94 | 7.84 | 7.38 | - |
| YUV | 63.73 | 132.66 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 72 | 0.9 | 0 | 0.20 | 0.65 | 166.67 | 0.82 | 0.19 |
| Hex | 9 | 5A | 48 | 5A | 0 | 14 | 41 | A7 | 52 | 13 |
| Octal | 11 | 132 | 110 | 132 | 0 | 24 | 101 | 247 | 122 | 23 |
| Binary | 1001 | 1011010 | 1001000 | 1011010 | 0 | 10100 | 1000001 | 10100111 | 1010010 | 10011 |
Color Harmonies of #095A48
Complementary color
Monochromatic Colors of #095A48
Black with #095A48
Text Example
Text Example
White with #095A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A48; }
p { color: rgb(9,90,72); }
H1.HeaderClassName
{
color: #095A48;
}
.AnyTagClassName
{
color: #095A48;
}
</style>
background-color css
<style>
a { background-color: #095A48; }
a { background-color: rgb(9,90,72); }
div.DivClassName
{
background-color: #095A48;
}
.BgClassName
{
background-color: #095A48;
}
</style>
border-color css
<style>
span { border-color: #095A48; }
span { border-color: rgb(9,90,72); }
td.TdClassName
{
border-color: #095A48;
}
.TagClassName
{
border-color: #095A48;
}
</style>