Shades of Watercourse #04754B
Tints of Watercourse #04754B
RGB
CMYK
RGB Variations
Color information
#04754B (or 0x04754B) is known color: Watercourse. HEX triplet: 04, 75 and 4B. RGB value is (4,117,75). Sum of RGB (Red+Green+Blue) = 4+117+75=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #04754B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04754B is #FB8AB4. Grayscale: #4E4E4E. Windows color (decimal): -16485045 or 4945156. OLE color: 4945156.
HSL color Cylindrical-coordinate representation of color #04754B: hue angle of 157.7º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04754B is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 117 | 75 | - |
| CMYK | 0.97 | 0 | 0.36 | 0.54 |
| HSL | 157.7º | 0.93% | 0.24% | - |
| HSV(B) | 157.7º | 0.97% | 0.46% | - |
| XYZ | 7.68 | 13.26 | 8.81 | - |
| YUV | 78.43 | 126.06 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 75 | 0.97 | 0 | 0.36 | 0.54 | 157.7 | 0.93 | 0.24 |
| Hex | 4 | 75 | 4B | 61 | 0 | 24 | 36 | 9E | 5D | 18 |
| Octal | 4 | 165 | 113 | 141 | 0 | 44 | 66 | 236 | 135 | 30 |
| Binary | 100 | 1110101 | 1001011 | 1100001 | 0 | 100100 | 110110 | 10011110 | 1011101 | 11000 |
Color Harmonies of #04754B
Complementary color
Monochromatic Colors of #04754B
Black with #04754B
Text Example
Text Example
White with #04754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04754B; }
p { color: rgb(4,117,75); }
H1.HeaderClassName
{
color: #04754B;
}
.AnyTagClassName
{
color: #04754B;
}
</style>
background-color css
<style>
a { background-color: #04754B; }
a { background-color: rgb(4,117,75); }
div.DivClassName
{
background-color: #04754B;
}
.BgClassName
{
background-color: #04754B;
}
</style>
border-color css
<style>
span { border-color: #04754B; }
span { border-color: rgb(4,117,75); }
td.TdClassName
{
border-color: #04754B;
}
.TagClassName
{
border-color: #04754B;
}
</style>