Shades of Waiouru #4C4E36
Tints of Waiouru #4C4E36
RGB
CMYK
RGB Variations
Color information
#4C4E36 (or 0x4C4E36) is known color: Waiouru. HEX triplet: 4C, 4E and 36. RGB value is (76,78,54). Sum of RGB (Red+Green+Blue) = 76+78+54=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 78 - color contains mainly: green. Hex color #4C4E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4E36 is #B3B1C9. Grayscale: #4A4A4A. Windows color (decimal): -11776458 or 3558988. OLE color: 3558988.
HSL color Cylindrical-coordinate representation of color #4C4E36: hue angle of 65º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4C4E36 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 78 | 54 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.69 |
| HSL | 65º | 0.18% | 0.26% | - |
| HSV(B) | 65º | 0.31% | 0.31% | - |
| XYZ | 6.37 | 7.25 | 4.55 | - |
| YUV | 74.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 54 | 0.03 | 0 | 0.31 | 0.69 | 65 | 0.18 | 0.26 |
| Hex | 4C | 4E | 36 | 3 | 0 | 1F | 45 | 41 | 12 | 1A |
| Octal | 114 | 116 | 66 | 3 | 0 | 37 | 105 | 101 | 22 | 32 |
| Binary | 1001100 | 1001110 | 110110 | 11 | 0 | 11111 | 1000101 | 1000001 | 10010 | 11010 |
Color Harmonies of #4C4E36
Complementary color
Monochromatic Colors of #4C4E36
Black with #4C4E36
Text Example
Text Example
White with #4C4E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4E36; }
p { color: rgb(76,78,54); }
H1.HeaderClassName
{
color: #4C4E36;
}
.AnyTagClassName
{
color: #4C4E36;
}
</style>
background-color css
<style>
a { background-color: #4C4E36; }
a { background-color: rgb(76,78,54); }
div.DivClassName
{
background-color: #4C4E36;
}
.BgClassName
{
background-color: #4C4E36;
}
</style>
border-color css
<style>
span { border-color: #4C4E36; }
span { border-color: rgb(76,78,54); }
td.TdClassName
{
border-color: #4C4E36;
}
.TagClassName
{
border-color: #4C4E36;
}
</style>