Shades of Waiouru #494C29
Tints of Waiouru #494C29
RGB
CMYK
RGB Variations
Color information
#494C29 (or 0x494C29) is known color: Waiouru. HEX triplet: 49, 4C and 29. RGB value is (73,76,41). Sum of RGB (Red+Green+Blue) = 73+76+41=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #494C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C29 is #B6B3D6. Grayscale: #474747. Windows color (decimal): -11973591 or 2706505. OLE color: 2706505.
HSL color Cylindrical-coordinate representation of color #494C29: hue angle of 65.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #494C29 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 76 | 41 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.70 |
| HSL | 65.14º | 0.3% | 0.23% | - |
| HSV(B) | 65.14º | 0.46% | 0.3% | - |
| XYZ | 5.73 | 6.75 | 3.1 | - |
| YUV | 71.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 41 | 0.04 | 0 | 0.46 | 0.70 | 65.14 | 0.3 | 0.23 |
| Hex | 49 | 4C | 29 | 4 | 0 | 2E | 46 | 41 | 1E | 17 |
| Octal | 111 | 114 | 51 | 4 | 0 | 56 | 106 | 101 | 36 | 27 |
| Binary | 1001001 | 1001100 | 101001 | 100 | 0 | 101110 | 1000110 | 1000001 | 11110 | 10111 |
Color Harmonies of #494C29
Complementary color
Monochromatic Colors of #494C29
Black with #494C29
Text Example
Text Example
White with #494C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C29; }
p { color: rgb(73,76,41); }
H1.HeaderClassName
{
color: #494C29;
}
.AnyTagClassName
{
color: #494C29;
}
</style>
background-color css
<style>
a { background-color: #494C29; }
a { background-color: rgb(73,76,41); }
div.DivClassName
{
background-color: #494C29;
}
.BgClassName
{
background-color: #494C29;
}
</style>
border-color css
<style>
span { border-color: #494C29; }
span { border-color: rgb(73,76,41); }
td.TdClassName
{
border-color: #494C29;
}
.TagClassName
{
border-color: #494C29;
}
</style>