Shades of Waiouru #4E5133
Tints of Waiouru #4E5133
RGB
CMYK
RGB Variations
Color information
#4E5133 (or 0x4E5133) is known color: Waiouru. HEX triplet: 4E, 51 and 33. RGB value is (78,81,51). Sum of RGB (Red+Green+Blue) = 78+81+51=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #4E5133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5133 is #B1AECC. Grayscale: #4C4C4C. Windows color (decimal): -11644621 or 3363150. OLE color: 3363150.
HSL color Cylindrical-coordinate representation of color #4E5133: hue angle of 66º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E5133 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 81 | 51 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.68 |
| HSL | 66º | 0.23% | 0.26% | - |
| HSV(B) | 66º | 0.37% | 0.32% | - |
| XYZ | 6.68 | 7.74 | 4.27 | - |
| YUV | 76.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 51 | 0.04 | 0 | 0.37 | 0.68 | 66 | 0.23 | 0.26 |
| Hex | 4E | 51 | 33 | 4 | 0 | 25 | 44 | 42 | 17 | 1A |
| Octal | 116 | 121 | 63 | 4 | 0 | 45 | 104 | 102 | 27 | 32 |
| Binary | 1001110 | 1010001 | 110011 | 100 | 0 | 100101 | 1000100 | 1000010 | 10111 | 11010 |
Color Harmonies of #4E5133
Complementary color
Monochromatic Colors of #4E5133
Black with #4E5133
Text Example
Text Example
White with #4E5133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5133; }
p { color: rgb(78,81,51); }
H1.HeaderClassName
{
color: #4E5133;
}
.AnyTagClassName
{
color: #4E5133;
}
</style>
background-color css
<style>
a { background-color: #4E5133; }
a { background-color: rgb(78,81,51); }
div.DivClassName
{
background-color: #4E5133;
}
.BgClassName
{
background-color: #4E5133;
}
</style>
border-color css
<style>
span { border-color: #4E5133; }
span { border-color: rgb(78,81,51); }
td.TdClassName
{
border-color: #4E5133;
}
.TagClassName
{
border-color: #4E5133;
}
</style>