Shades of Waiouru #4E5430
Tints of Waiouru #4E5430
RGB
CMYK
RGB Variations
Color information
#4E5430 (or 0x4E5430) is known color: Waiouru. HEX triplet: 4E, 54 and 30. RGB value is (78,84,48). Sum of RGB (Red+Green+Blue) = 78+84+48=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #4E5430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5430 is #B1ABCF. Grayscale: #4E4E4E. Windows color (decimal): -11643856 or 3167310. OLE color: 3167310.
HSL color Cylindrical-coordinate representation of color #4E5430: hue angle of 70º 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 #4E5430 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 84 | 48 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.67 |
| HSL | 70º | 0.27% | 0.26% | - |
| HSV(B) | 70º | 0.43% | 0.33% | - |
| XYZ | 6.85 | 8.17 | 4.01 | - |
| YUV | 78.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 84 | 48 | 0.07 | 0 | 0.43 | 0.67 | 70 | 0.27 | 0.26 |
| Hex | 4E | 54 | 30 | 7 | 0 | 2B | 43 | 46 | 1B | 1A |
| Octal | 116 | 124 | 60 | 7 | 0 | 53 | 103 | 106 | 33 | 32 |
| Binary | 1001110 | 1010100 | 110000 | 111 | 0 | 101011 | 1000011 | 1000110 | 11011 | 11010 |
Color Harmonies of #4E5430
Complementary color
Monochromatic Colors of #4E5430
Black with #4E5430
Text Example
Text Example
White with #4E5430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5430; }
p { color: rgb(78,84,48); }
H1.HeaderClassName
{
color: #4E5430;
}
.AnyTagClassName
{
color: #4E5430;
}
</style>
background-color css
<style>
a { background-color: #4E5430; }
a { background-color: rgb(78,84,48); }
div.DivClassName
{
background-color: #4E5430;
}
.BgClassName
{
background-color: #4E5430;
}
</style>
border-color css
<style>
span { border-color: #4E5430; }
span { border-color: rgb(78,84,48); }
td.TdClassName
{
border-color: #4E5430;
}
.TagClassName
{
border-color: #4E5430;
}
</style>