Shades of Waiouru #4C4E34
Tints of Waiouru #4C4E34
RGB
CMYK
RGB Variations
Color information
#4C4E34 (or 0x4C4E34) is known color: Waiouru. HEX triplet: 4C, 4E and 34. RGB value is (76,78,52). Sum of RGB (Red+Green+Blue) = 76+78+52=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 78 - color contains mainly: green. Hex color #4C4E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4E34 is #B3B1CB. Grayscale: #4A4A4A. Windows color (decimal): -11776460 or 3427916. OLE color: 3427916.
HSL color Cylindrical-coordinate representation of color #4C4E34: hue angle of 64.62º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C4E34 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 78 | 52 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.69 |
| HSL | 64.62º | 0.2% | 0.25% | - |
| HSV(B) | 64.62º | 0.33% | 0.31% | - |
| XYZ | 6.32 | 7.23 | 4.31 | - |
| YUV | 74.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 52 | 0.03 | 0 | 0.33 | 0.69 | 64.62 | 0.2 | 0.25 |
| Hex | 4C | 4E | 34 | 3 | 0 | 21 | 45 | 41 | 14 | 19 |
| Octal | 114 | 116 | 64 | 3 | 0 | 41 | 105 | 101 | 24 | 31 |
| Binary | 1001100 | 1001110 | 110100 | 11 | 0 | 100001 | 1000101 | 1000001 | 10100 | 11001 |
Color Harmonies of #4C4E34
Complementary color
Monochromatic Colors of #4C4E34
Black with #4C4E34
Text Example
Text Example
White with #4C4E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4E34; }
p { color: rgb(76,78,52); }
H1.HeaderClassName
{
color: #4C4E34;
}
.AnyTagClassName
{
color: #4C4E34;
}
</style>
background-color css
<style>
a { background-color: #4C4E34; }
a { background-color: rgb(76,78,52); }
div.DivClassName
{
background-color: #4C4E34;
}
.BgClassName
{
background-color: #4C4E34;
}
</style>
border-color css
<style>
span { border-color: #4C4E34; }
span { border-color: rgb(76,78,52); }
td.TdClassName
{
border-color: #4C4E34;
}
.TagClassName
{
border-color: #4C4E34;
}
</style>