Shades of Waiouru #4E4F25
Tints of Waiouru #4E4F25
RGB
CMYK
RGB Variations
Color information
#4E4F25 (or 0x4E4F25) is known color: Waiouru. HEX triplet: 4E, 4F and 25. RGB value is (78,79,37). Sum of RGB (Red+Green+Blue) = 78+79+37=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 79 - color contains mainly: green. Hex color #4E4F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4F25 is #B1B0DA. Grayscale: #4A4A4A. Windows color (decimal): -11645147 or 2445134. OLE color: 2445134.
HSL color Cylindrical-coordinate representation of color #4E4F25: hue angle of 61.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E4F25 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 79 | 37 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.69 |
| HSL | 61.43º | 0.36% | 0.23% | - |
| HSV(B) | 61.43º | 0.53% | 0.31% | - |
| XYZ | 6.27 | 7.35 | 2.84 | - |
| YUV | 73.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 37 | 0.01 | 0 | 0.53 | 0.69 | 61.43 | 0.36 | 0.23 |
| Hex | 4E | 4F | 25 | 1 | 0 | 35 | 45 | 3D | 24 | 17 |
| Octal | 116 | 117 | 45 | 1 | 0 | 65 | 105 | 75 | 44 | 27 |
| Binary | 1001110 | 1001111 | 100101 | 1 | 0 | 110101 | 1000101 | 111101 | 100100 | 10111 |
Color Harmonies of #4E4F25
Complementary color
Monochromatic Colors of #4E4F25
Black with #4E4F25
Text Example
Text Example
White with #4E4F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4F25; }
p { color: rgb(78,79,37); }
H1.HeaderClassName
{
color: #4E4F25;
}
.AnyTagClassName
{
color: #4E4F25;
}
</style>
background-color css
<style>
a { background-color: #4E4F25; }
a { background-color: rgb(78,79,37); }
div.DivClassName
{
background-color: #4E4F25;
}
.BgClassName
{
background-color: #4E4F25;
}
</style>
border-color css
<style>
span { border-color: #4E4F25; }
span { border-color: rgb(78,79,37); }
td.TdClassName
{
border-color: #4E4F25;
}
.TagClassName
{
border-color: #4E4F25;
}
</style>