Shades of Waiouru #494F2F
Tints of Waiouru #494F2F
RGB
CMYK
RGB Variations
Color information
#494F2F (or 0x494F2F) is known color: Waiouru. HEX triplet: 49, 4F and 2F. RGB value is (73,79,47). Sum of RGB (Red+Green+Blue) = 73+79+47=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 79 - color contains mainly: green. Hex color #494F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F2F is #B6B0D0. Grayscale: #494949. Windows color (decimal): -11972817 or 3100489. OLE color: 3100489.
HSL color Cylindrical-coordinate representation of color #494F2F: hue angle of 71.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #494F2F is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 79 | 47 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.69 |
| HSL | 71.25º | 0.25% | 0.25% | - |
| HSV(B) | 71.25º | 0.41% | 0.31% | - |
| XYZ | 6.06 | 7.21 | 3.76 | - |
| YUV | 73.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 47 | 0.08 | 0 | 0.41 | 0.69 | 71.25 | 0.25 | 0.25 |
| Hex | 49 | 4F | 2F | 8 | 0 | 29 | 45 | 47 | 19 | 19 |
| Octal | 111 | 117 | 57 | 10 | 0 | 51 | 105 | 107 | 31 | 31 |
| Binary | 1001001 | 1001111 | 101111 | 1000 | 0 | 101001 | 1000101 | 1000111 | 11001 | 11001 |
Color Harmonies of #494F2F
Complementary color
Monochromatic Colors of #494F2F
Black with #494F2F
Text Example
Text Example
White with #494F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494F2F; }
p { color: rgb(73,79,47); }
H1.HeaderClassName
{
color: #494F2F;
}
.AnyTagClassName
{
color: #494F2F;
}
</style>
background-color css
<style>
a { background-color: #494F2F; }
a { background-color: rgb(73,79,47); }
div.DivClassName
{
background-color: #494F2F;
}
.BgClassName
{
background-color: #494F2F;
}
</style>
border-color css
<style>
span { border-color: #494F2F; }
span { border-color: rgb(73,79,47); }
td.TdClassName
{
border-color: #494F2F;
}
.TagClassName
{
border-color: #494F2F;
}
</style>