Shades of Waiouru #4F5430
Tints of Waiouru #4F5430
RGB
CMYK
RGB Variations
Color information
#4F5430 (or 0x4F5430) is known color: Waiouru. HEX triplet: 4F, 54 and 30. RGB value is (79,84,48). Sum of RGB (Red+Green+Blue) = 79+84+48=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #4F5430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5430 is #B0ABCF. Grayscale: #4E4E4E. Windows color (decimal): -11578320 or 3167311. OLE color: 3167311.
HSL color Cylindrical-coordinate representation of color #4F5430: hue angle of 68.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F5430 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 84 | 48 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.67 |
| HSL | 68.33º | 0.27% | 0.26% | - |
| HSV(B) | 68.33º | 0.43% | 0.33% | - |
| XYZ | 6.93 | 8.22 | 4.02 | - |
| YUV | 78.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 48 | 0.06 | 0 | 0.43 | 0.67 | 68.33 | 0.27 | 0.26 |
| Hex | 4F | 54 | 30 | 6 | 0 | 2B | 43 | 44 | 1B | 1A |
| Octal | 117 | 124 | 60 | 6 | 0 | 53 | 103 | 104 | 33 | 32 |
| Binary | 1001111 | 1010100 | 110000 | 110 | 0 | 101011 | 1000011 | 1000100 | 11011 | 11010 |
Color Harmonies of #4F5430
Complementary color
Monochromatic Colors of #4F5430
Black with #4F5430
Text Example
Text Example
White with #4F5430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5430; }
p { color: rgb(79,84,48); }
H1.HeaderClassName
{
color: #4F5430;
}
.AnyTagClassName
{
color: #4F5430;
}
</style>
background-color css
<style>
a { background-color: #4F5430; }
a { background-color: rgb(79,84,48); }
div.DivClassName
{
background-color: #4F5430;
}
.BgClassName
{
background-color: #4F5430;
}
</style>
border-color css
<style>
span { border-color: #4F5430; }
span { border-color: rgb(79,84,48); }
td.TdClassName
{
border-color: #4F5430;
}
.TagClassName
{
border-color: #4F5430;
}
</style>