Shades of Watercourse #00553E
Tints of Watercourse #00553E
RGB
CMYK
RGB Variations
Color information
#00553E (or 0x00553E) is known color: Watercourse. HEX triplet: 00, 55 and 3E. RGB value is (0,85,62). Sum of RGB (Red+Green+Blue) = 0+85+62=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #00553E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00553E is #FFAAC1. Grayscale: #383838. Windows color (decimal): -16755394 or 4084992. OLE color: 4084992.
HSL color Cylindrical-coordinate representation of color #00553E: hue angle of 163.76º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00553E is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 85 | 62 | - |
| CMYK | 1 | 0 | 0.27 | 0.67 |
| HSL | 163.76º | 1% | 0.17% | - |
| HSV(B) | 163.76º | 1% | 0.33% | - |
| XYZ | 4.12 | 6.84 | 5.66 | - |
| YUV | 56.96 | 130.84 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 62 | 1 | 0 | 0.27 | 0.67 | 163.76 | 1 | 0.17 |
| Hex | 0 | 55 | 3E | 64 | 0 | 1B | 43 | A4 | 64 | 11 |
| Octal | 0 | 125 | 76 | 144 | 0 | 33 | 103 | 244 | 144 | 21 |
| Binary | 0 | 1010101 | 111110 | 1100100 | 0 | 11011 | 1000011 | 10100100 | 1100100 | 10001 |
Color Harmonies of #00553E
Complementary color
Monochromatic Colors of #00553E
Black with #00553E
Text Example
Text Example
White with #00553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00553E; }
p { color: rgb(0,85,62); }
H1.HeaderClassName
{
color: #00553E;
}
.AnyTagClassName
{
color: #00553E;
}
</style>
background-color css
<style>
a { background-color: #00553E; }
a { background-color: rgb(0,85,62); }
div.DivClassName
{
background-color: #00553E;
}
.BgClassName
{
background-color: #00553E;
}
</style>
border-color css
<style>
span { border-color: #00553E; }
span { border-color: rgb(0,85,62); }
td.TdClassName
{
border-color: #00553E;
}
.TagClassName
{
border-color: #00553E;
}
</style>