Shades of Waiouru #4F512B
Tints of Waiouru #4F512B
RGB
CMYK
RGB Variations
Color information
#4F512B (or 0x4F512B) is known color: Waiouru. HEX triplet: 4F, 51 and 2B. RGB value is (79,81,43). Sum of RGB (Red+Green+Blue) = 79+81+43=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #4F512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F512B is #B0AED4. Grayscale: #4C4C4C. Windows color (decimal): -11579093 or 2838863. OLE color: 2838863.
HSL color Cylindrical-coordinate representation of color #4F512B: hue angle of 63.16º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F512B is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 81 | 43 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.68 |
| HSL | 63.16º | 0.31% | 0.24% | - |
| HSV(B) | 63.16º | 0.47% | 0.32% | - |
| XYZ | 6.6 | 7.72 | 3.43 | - |
| YUV | 76.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 81 | 43 | 0.02 | 0 | 0.47 | 0.68 | 63.16 | 0.31 | 0.24 |
| Hex | 4F | 51 | 2B | 2 | 0 | 2F | 44 | 3F | 1F | 18 |
| Octal | 117 | 121 | 53 | 2 | 0 | 57 | 104 | 77 | 37 | 30 |
| Binary | 1001111 | 1010001 | 101011 | 10 | 0 | 101111 | 1000100 | 111111 | 11111 | 11000 |
Color Harmonies of #4F512B
Complementary color
Monochromatic Colors of #4F512B
Black with #4F512B
Text Example
Text Example
White with #4F512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F512B; }
p { color: rgb(79,81,43); }
H1.HeaderClassName
{
color: #4F512B;
}
.AnyTagClassName
{
color: #4F512B;
}
</style>
background-color css
<style>
a { background-color: #4F512B; }
a { background-color: rgb(79,81,43); }
div.DivClassName
{
background-color: #4F512B;
}
.BgClassName
{
background-color: #4F512B;
}
</style>
border-color css
<style>
span { border-color: #4F512B; }
span { border-color: rgb(79,81,43); }
td.TdClassName
{
border-color: #4F512B;
}
.TagClassName
{
border-color: #4F512B;
}
</style>