Shades of Watercourse #045A44
Tints of Watercourse #045A44
RGB
CMYK
RGB Variations
Color information
#045A44 (or 0x045A44) is known color: Watercourse. HEX triplet: 04, 5A and 44. RGB value is (4,90,68). Sum of RGB (Red+Green+Blue) = 4+90+68=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #045A44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045A44 is #FBA5BB. Grayscale: #3D3D3D. Windows color (decimal): -16491964 or 4479492. OLE color: 4479492.
HSL color Cylindrical-coordinate representation of color #045A44: hue angle of 164.65º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045A44 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 68 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.65 |
| HSL | 164.65º | 0.91% | 0.18% | - |
| HSV(B) | 164.65º | 0.96% | 0.35% | - |
| XYZ | 4.75 | 7.76 | 6.72 | - |
| YUV | 61.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 68 | 0.96 | 0 | 0.24 | 0.65 | 164.65 | 0.91 | 0.18 |
| Hex | 4 | 5A | 44 | 60 | 0 | 18 | 41 | A5 | 5B | 12 |
| Octal | 4 | 132 | 104 | 140 | 0 | 30 | 101 | 245 | 133 | 22 |
| Binary | 100 | 1011010 | 1000100 | 1100000 | 0 | 11000 | 1000001 | 10100101 | 1011011 | 10010 |
Color Harmonies of #045A44
Complementary color
Monochromatic Colors of #045A44
Black with #045A44
Text Example
Text Example
White with #045A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A44; }
p { color: rgb(4,90,68); }
H1.HeaderClassName
{
color: #045A44;
}
.AnyTagClassName
{
color: #045A44;
}
</style>
background-color css
<style>
a { background-color: #045A44; }
a { background-color: rgb(4,90,68); }
div.DivClassName
{
background-color: #045A44;
}
.BgClassName
{
background-color: #045A44;
}
</style>
border-color css
<style>
span { border-color: #045A44; }
span { border-color: rgb(4,90,68); }
td.TdClassName
{
border-color: #045A44;
}
.TagClassName
{
border-color: #045A44;
}
</style>