Shades of Watercourse #00553D
Tints of Watercourse #00553D
RGB
CMYK
RGB Variations
Color information
#00553D (or 0x00553D) is known color: Watercourse. HEX triplet: 00, 55 and 3D. RGB value is (0,85,61). Sum of RGB (Red+Green+Blue) = 0+85+61=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #00553D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00553D is #FFAAC2. Grayscale: #383838. Windows color (decimal): -16755395 or 4019456. OLE color: 4019456.
HSL color Cylindrical-coordinate representation of color #00553D: hue angle of 163.06º 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 #00553D is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 85 | 61 | - |
| CMYK | 1 | 0 | 0.28 | 0.67 |
| HSL | 163.06º | 1% | 0.17% | - |
| HSV(B) | 163.06º | 1% | 0.33% | - |
| XYZ | 4.09 | 6.83 | 5.52 | - |
| YUV | 56.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 61 | 1 | 0 | 0.28 | 0.67 | 163.06 | 1 | 0.17 |
| Hex | 0 | 55 | 3D | 64 | 0 | 1C | 43 | A3 | 64 | 11 |
| Octal | 0 | 125 | 75 | 144 | 0 | 34 | 103 | 243 | 144 | 21 |
| Binary | 0 | 1010101 | 111101 | 1100100 | 0 | 11100 | 1000011 | 10100011 | 1100100 | 10001 |
Color Harmonies of #00553D
Complementary color
Monochromatic Colors of #00553D
Black with #00553D
Text Example
Text Example
White with #00553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00553D; }
p { color: rgb(0,85,61); }
H1.HeaderClassName
{
color: #00553D;
}
.AnyTagClassName
{
color: #00553D;
}
</style>
background-color css
<style>
a { background-color: #00553D; }
a { background-color: rgb(0,85,61); }
div.DivClassName
{
background-color: #00553D;
}
.BgClassName
{
background-color: #00553D;
}
</style>
border-color css
<style>
span { border-color: #00553D; }
span { border-color: rgb(0,85,61); }
td.TdClassName
{
border-color: #00553D;
}
.TagClassName
{
border-color: #00553D;
}
</style>