Shades of Waiouru #4C4F31
Tints of Waiouru #4C4F31
RGB
CMYK
RGB Variations
Color information
#4C4F31 (or 0x4C4F31) is known color: Waiouru. HEX triplet: 4C, 4F and 31. RGB value is (76,79,49). Sum of RGB (Red+Green+Blue) = 76+79+49=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 79 - color contains mainly: green. Hex color #4C4F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4F31 is #B3B0CE. Grayscale: #4A4A4A. Windows color (decimal): -11776207 or 3231564. OLE color: 3231564.
HSL color Cylindrical-coordinate representation of color #4C4F31: hue angle of 66º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C4F31 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 79 | 49 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.69 |
| HSL | 66º | 0.23% | 0.25% | - |
| HSV(B) | 66º | 0.38% | 0.31% | - |
| XYZ | 6.33 | 7.35 | 3.99 | - |
| YUV | 74.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 79 | 49 | 0.04 | 0 | 0.38 | 0.69 | 66 | 0.23 | 0.25 |
| Hex | 4C | 4F | 31 | 4 | 0 | 26 | 45 | 42 | 17 | 19 |
| Octal | 114 | 117 | 61 | 4 | 0 | 46 | 105 | 102 | 27 | 31 |
| Binary | 1001100 | 1001111 | 110001 | 100 | 0 | 100110 | 1000101 | 1000010 | 10111 | 11001 |
Color Harmonies of #4C4F31
Complementary color
Monochromatic Colors of #4C4F31
Black with #4C4F31
Text Example
Text Example
White with #4C4F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4F31; }
p { color: rgb(76,79,49); }
H1.HeaderClassName
{
color: #4C4F31;
}
.AnyTagClassName
{
color: #4C4F31;
}
</style>
background-color css
<style>
a { background-color: #4C4F31; }
a { background-color: rgb(76,79,49); }
div.DivClassName
{
background-color: #4C4F31;
}
.BgClassName
{
background-color: #4C4F31;
}
</style>
border-color css
<style>
span { border-color: #4C4F31; }
span { border-color: rgb(76,79,49); }
td.TdClassName
{
border-color: #4C4F31;
}
.TagClassName
{
border-color: #4C4F31;
}
</style>