Shades of Waiouru #4E4F32
Tints of Waiouru #4E4F32
RGB
CMYK
RGB Variations
Color information
#4E4F32 (or 0x4E4F32) is known color: Waiouru. HEX triplet: 4E, 4F and 32. RGB value is (78,79,50). Sum of RGB (Red+Green+Blue) = 78+79+50=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 79 - color contains mainly: green. Hex color #4E4F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4F32 is #B1B0CD. Grayscale: #4B4B4B. Windows color (decimal): -11645134 or 3297102. OLE color: 3297102.
HSL color Cylindrical-coordinate representation of color #4E4F32: hue angle of 62.07º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E4F32 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 79 | 50 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.69 |
| HSL | 62.07º | 0.22% | 0.25% | - |
| HSV(B) | 62.07º | 0.37% | 0.31% | - |
| XYZ | 6.51 | 7.44 | 4.11 | - |
| YUV | 75.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 50 | 0.01 | 0 | 0.37 | 0.69 | 62.07 | 0.22 | 0.25 |
| Hex | 4E | 4F | 32 | 1 | 0 | 25 | 45 | 3E | 16 | 19 |
| Octal | 116 | 117 | 62 | 1 | 0 | 45 | 105 | 76 | 26 | 31 |
| Binary | 1001110 | 1001111 | 110010 | 1 | 0 | 100101 | 1000101 | 111110 | 10110 | 11001 |
Color Harmonies of #4E4F32
Complementary color
Monochromatic Colors of #4E4F32
Black with #4E4F32
Text Example
Text Example
White with #4E4F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4F32; }
p { color: rgb(78,79,50); }
H1.HeaderClassName
{
color: #4E4F32;
}
.AnyTagClassName
{
color: #4E4F32;
}
</style>
background-color css
<style>
a { background-color: #4E4F32; }
a { background-color: rgb(78,79,50); }
div.DivClassName
{
background-color: #4E4F32;
}
.BgClassName
{
background-color: #4E4F32;
}
</style>
border-color css
<style>
span { border-color: #4E4F32; }
span { border-color: rgb(78,79,50); }
td.TdClassName
{
border-color: #4E4F32;
}
.TagClassName
{
border-color: #4E4F32;
}
</style>