Shades of Waiouru #4D4F36
Tints of Waiouru #4D4F36
RGB
CMYK
RGB Variations
Color information
#4D4F36 (or 0x4D4F36) is known color: Waiouru. HEX triplet: 4D, 4F and 36. RGB value is (77,79,54). Sum of RGB (Red+Green+Blue) = 77+79+54=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F36 is #B2B0C9. Grayscale: #4B4B4B. Windows color (decimal): -11710666 or 3559245. OLE color: 3559245.
HSL color Cylindrical-coordinate representation of color #4D4F36: hue angle of 64.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D4F36 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 79 | 54 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.69 |
| HSL | 64.8º | 0.19% | 0.26% | - |
| HSV(B) | 64.8º | 0.32% | 0.31% | - |
| XYZ | 6.52 | 7.44 | 4.58 | - |
| YUV | 75.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 54 | 0.03 | 0 | 0.32 | 0.69 | 64.8 | 0.19 | 0.26 |
| Hex | 4D | 4F | 36 | 3 | 0 | 20 | 45 | 41 | 13 | 1A |
| Octal | 115 | 117 | 66 | 3 | 0 | 40 | 105 | 101 | 23 | 32 |
| Binary | 1001101 | 1001111 | 110110 | 11 | 0 | 100000 | 1000101 | 1000001 | 10011 | 11010 |
Color Harmonies of #4D4F36
Complementary color
Monochromatic Colors of #4D4F36
Black with #4D4F36
Text Example
Text Example
White with #4D4F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F36; }
p { color: rgb(77,79,54); }
H1.HeaderClassName
{
color: #4D4F36;
}
.AnyTagClassName
{
color: #4D4F36;
}
</style>
background-color css
<style>
a { background-color: #4D4F36; }
a { background-color: rgb(77,79,54); }
div.DivClassName
{
background-color: #4D4F36;
}
.BgClassName
{
background-color: #4D4F36;
}
</style>
border-color css
<style>
span { border-color: #4D4F36; }
span { border-color: rgb(77,79,54); }
td.TdClassName
{
border-color: #4D4F36;
}
.TagClassName
{
border-color: #4D4F36;
}
</style>