Shades of Watercourse #006452
Tints of Watercourse #006452
RGB
CMYK
RGB Variations
Color information
#006452 (or 0x006452) is known color: Watercourse. HEX triplet: 00, 64 and 52. RGB value is (0,100,82). Sum of RGB (Red+Green+Blue) = 0+100+82=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #006452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006452 is #FF9BAD. Grayscale: #444444. Windows color (decimal): -16751534 or 5399552. OLE color: 5399552.
HSL color Cylindrical-coordinate representation of color #006452: hue angle of 169.2º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006452 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 100 | 82 | - |
| CMYK | 1 | 0 | 0.18 | 0.61 |
| HSL | 169.2º | 1% | 0.2% | - |
| HSV(B) | 169.2º | 1% | 0.39% | - |
| XYZ | 6.08 | 9.72 | 9.54 | - |
| YUV | 68.05 | 135.87 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 82 | 1 | 0 | 0.18 | 0.61 | 169.2 | 1 | 0.2 |
| Hex | 0 | 64 | 52 | 64 | 0 | 12 | 3D | A9 | 64 | 14 |
| Octal | 0 | 144 | 122 | 144 | 0 | 22 | 75 | 251 | 144 | 24 |
| Binary | 0 | 1100100 | 1010010 | 1100100 | 0 | 10010 | 111101 | 10101001 | 1100100 | 10100 |
Color Harmonies of #006452
Complementary color
Monochromatic Colors of #006452
Black with #006452
Text Example
Text Example
White with #006452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006452; }
p { color: rgb(0,100,82); }
H1.HeaderClassName
{
color: #006452;
}
.AnyTagClassName
{
color: #006452;
}
</style>
background-color css
<style>
a { background-color: #006452; }
a { background-color: rgb(0,100,82); }
div.DivClassName
{
background-color: #006452;
}
.BgClassName
{
background-color: #006452;
}
</style>
border-color css
<style>
span { border-color: #006452; }
span { border-color: rgb(0,100,82); }
td.TdClassName
{
border-color: #006452;
}
.TagClassName
{
border-color: #006452;
}
</style>