Shades of Waiouru #4D4F30
Tints of Waiouru #4D4F30
RGB
CMYK
RGB Variations
Color information
#4D4F30 (or 0x4D4F30) is known color: Waiouru. HEX triplet: 4D, 4F and 30. RGB value is (77,79,48). Sum of RGB (Red+Green+Blue) = 77+79+48=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F30 is #B2B0CF. Grayscale: #4A4A4A. Windows color (decimal): -11710672 or 3166029. OLE color: 3166029.
HSL color Cylindrical-coordinate representation of color #4D4F30: hue angle of 63.87º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D4F30 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 79 | 48 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.69 |
| HSL | 63.87º | 0.24% | 0.25% | - |
| HSV(B) | 63.87º | 0.39% | 0.31% | - |
| XYZ | 6.39 | 7.38 | 3.88 | - |
| YUV | 74.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 48 | 0.03 | 0 | 0.39 | 0.69 | 63.87 | 0.24 | 0.25 |
| Hex | 4D | 4F | 30 | 3 | 0 | 27 | 45 | 40 | 18 | 19 |
| Octal | 115 | 117 | 60 | 3 | 0 | 47 | 105 | 100 | 30 | 31 |
| Binary | 1001101 | 1001111 | 110000 | 11 | 0 | 100111 | 1000101 | 1000000 | 11000 | 11001 |
Color Harmonies of #4D4F30
Complementary color
Monochromatic Colors of #4D4F30
Black with #4D4F30
Text Example
Text Example
White with #4D4F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F30; }
p { color: rgb(77,79,48); }
H1.HeaderClassName
{
color: #4D4F30;
}
.AnyTagClassName
{
color: #4D4F30;
}
</style>
background-color css
<style>
a { background-color: #4D4F30; }
a { background-color: rgb(77,79,48); }
div.DivClassName
{
background-color: #4D4F30;
}
.BgClassName
{
background-color: #4D4F30;
}
</style>
border-color css
<style>
span { border-color: #4D4F30; }
span { border-color: rgb(77,79,48); }
td.TdClassName
{
border-color: #4D4F30;
}
.TagClassName
{
border-color: #4D4F30;
}
</style>