Shades of Waiouru #4F5133
Tints of Waiouru #4F5133
RGB
CMYK
RGB Variations
Color information
#4F5133 (or 0x4F5133) is known color: Waiouru. HEX triplet: 4F, 51 and 33. RGB value is (79,81,51). Sum of RGB (Red+Green+Blue) = 79+81+51=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #4F5133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5133 is #B0AECC. Grayscale: #4D4D4D. Windows color (decimal): -11579085 or 3363151. OLE color: 3363151.
HSL color Cylindrical-coordinate representation of color #4F5133: hue angle of 64º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F5133 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 81 | 51 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.68 |
| HSL | 64º | 0.23% | 0.26% | - |
| HSV(B) | 64º | 0.37% | 0.32% | - |
| XYZ | 6.76 | 7.79 | 4.28 | - |
| YUV | 76.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 81 | 51 | 0.02 | 0 | 0.37 | 0.68 | 64 | 0.23 | 0.26 |
| Hex | 4F | 51 | 33 | 2 | 0 | 25 | 44 | 40 | 17 | 1A |
| Octal | 117 | 121 | 63 | 2 | 0 | 45 | 104 | 100 | 27 | 32 |
| Binary | 1001111 | 1010001 | 110011 | 10 | 0 | 100101 | 1000100 | 1000000 | 10111 | 11010 |
Color Harmonies of #4F5133
Complementary color
Monochromatic Colors of #4F5133
Black with #4F5133
Text Example
Text Example
White with #4F5133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5133; }
p { color: rgb(79,81,51); }
H1.HeaderClassName
{
color: #4F5133;
}
.AnyTagClassName
{
color: #4F5133;
}
</style>
background-color css
<style>
a { background-color: #4F5133; }
a { background-color: rgb(79,81,51); }
div.DivClassName
{
background-color: #4F5133;
}
.BgClassName
{
background-color: #4F5133;
}
</style>
border-color css
<style>
span { border-color: #4F5133; }
span { border-color: rgb(79,81,51); }
td.TdClassName
{
border-color: #4F5133;
}
.TagClassName
{
border-color: #4F5133;
}
</style>