Shades of Waiouru #4D4E26
Tints of Waiouru #4D4E26
RGB
CMYK
RGB Variations
Color information
#4D4E26 (or 0x4D4E26) is known color: Waiouru. HEX triplet: 4D, 4E and 26. RGB value is (77,78,38). Sum of RGB (Red+Green+Blue) = 77+78+38=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 78 - color contains mainly: green. Hex color #4D4E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4E26 is #B2B1D9. Grayscale: #494949. Windows color (decimal): -11710938 or 2510413. OLE color: 2510413.
HSL color Cylindrical-coordinate representation of color #4D4E26: hue angle of 61.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D4E26 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 78 | 38 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.69 |
| HSL | 61.5º | 0.34% | 0.23% | - |
| HSV(B) | 61.5º | 0.51% | 0.31% | - |
| XYZ | 6.13 | 7.17 | 2.89 | - |
| YUV | 73.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 78 | 38 | 0.01 | 0 | 0.51 | 0.69 | 61.5 | 0.34 | 0.23 |
| Hex | 4D | 4E | 26 | 1 | 0 | 33 | 45 | 3E | 22 | 17 |
| Octal | 115 | 116 | 46 | 1 | 0 | 63 | 105 | 76 | 42 | 27 |
| Binary | 1001101 | 1001110 | 100110 | 1 | 0 | 110011 | 1000101 | 111110 | 100010 | 10111 |
Color Harmonies of #4D4E26
Complementary color
Monochromatic Colors of #4D4E26
Black with #4D4E26
Text Example
Text Example
White with #4D4E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4E26; }
p { color: rgb(77,78,38); }
H1.HeaderClassName
{
color: #4D4E26;
}
.AnyTagClassName
{
color: #4D4E26;
}
</style>
background-color css
<style>
a { background-color: #4D4E26; }
a { background-color: rgb(77,78,38); }
div.DivClassName
{
background-color: #4D4E26;
}
.BgClassName
{
background-color: #4D4E26;
}
</style>
border-color css
<style>
span { border-color: #4D4E26; }
span { border-color: rgb(77,78,38); }
td.TdClassName
{
border-color: #4D4E26;
}
.TagClassName
{
border-color: #4D4E26;
}
</style>