Shades of Waiouru #4E512F
Tints of Waiouru #4E512F
RGB
CMYK
RGB Variations
Color information
#4E512F (or 0x4E512F) is known color: Waiouru. HEX triplet: 4E, 51 and 2F. RGB value is (78,81,47). Sum of RGB (Red+Green+Blue) = 78+81+47=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 81 - color contains mainly: green. Hex color #4E512F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E512F is #B1AED0. Grayscale: #4C4C4C. Windows color (decimal): -11644625 or 3101006. OLE color: 3101006.
HSL color Cylindrical-coordinate representation of color #4E512F: hue angle of 65.29º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E512F is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 81 | 47 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.68 |
| HSL | 65.29º | 0.27% | 0.25% | - |
| HSV(B) | 65.29º | 0.42% | 0.32% | - |
| XYZ | 6.6 | 7.71 | 3.83 | - |
| YUV | 76.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 47 | 0.04 | 0 | 0.42 | 0.68 | 65.29 | 0.27 | 0.25 |
| Hex | 4E | 51 | 2F | 4 | 0 | 2A | 44 | 41 | 1B | 19 |
| Octal | 116 | 121 | 57 | 4 | 0 | 52 | 104 | 101 | 33 | 31 |
| Binary | 1001110 | 1010001 | 101111 | 100 | 0 | 101010 | 1000100 | 1000001 | 11011 | 11001 |
Color Harmonies of #4E512F
Complementary color
Monochromatic Colors of #4E512F
Black with #4E512F
Text Example
Text Example
White with #4E512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E512F; }
p { color: rgb(78,81,47); }
H1.HeaderClassName
{
color: #4E512F;
}
.AnyTagClassName
{
color: #4E512F;
}
</style>
background-color css
<style>
a { background-color: #4E512F; }
a { background-color: rgb(78,81,47); }
div.DivClassName
{
background-color: #4E512F;
}
.BgClassName
{
background-color: #4E512F;
}
</style>
border-color css
<style>
span { border-color: #4E512F; }
span { border-color: rgb(78,81,47); }
td.TdClassName
{
border-color: #4E512F;
}
.TagClassName
{
border-color: #4E512F;
}
</style>