Shades of Waiouru #4C4E2D
Tints of Waiouru #4C4E2D
RGB
CMYK
RGB Variations
Color information
#4C4E2D (or 0x4C4E2D) is known color: Waiouru. HEX triplet: 4C, 4E and 2D. RGB value is (76,78,45). Sum of RGB (Red+Green+Blue) = 76+78+45=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 78 - color contains mainly: green. Hex color #4C4E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4E2D is #B3B1D2. Grayscale: #494949. Windows color (decimal): -11776467 or 2969164. OLE color: 2969164.
HSL color Cylindrical-coordinate representation of color #4C4E2D: hue angle of 63.64º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C4E2D is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 78 | 45 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.69 |
| HSL | 63.64º | 0.27% | 0.24% | - |
| HSV(B) | 63.64º | 0.42% | 0.31% | - |
| XYZ | 6.18 | 7.17 | 3.54 | - |
| YUV | 73.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 45 | 0.03 | 0 | 0.42 | 0.69 | 63.64 | 0.27 | 0.24 |
| Hex | 4C | 4E | 2D | 3 | 0 | 2A | 45 | 40 | 1B | 18 |
| Octal | 114 | 116 | 55 | 3 | 0 | 52 | 105 | 100 | 33 | 30 |
| Binary | 1001100 | 1001110 | 101101 | 11 | 0 | 101010 | 1000101 | 1000000 | 11011 | 11000 |
Color Harmonies of #4C4E2D
Complementary color
Monochromatic Colors of #4C4E2D
Black with #4C4E2D
Text Example
Text Example
White with #4C4E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4E2D; }
p { color: rgb(76,78,45); }
H1.HeaderClassName
{
color: #4C4E2D;
}
.AnyTagClassName
{
color: #4C4E2D;
}
</style>
background-color css
<style>
a { background-color: #4C4E2D; }
a { background-color: rgb(76,78,45); }
div.DivClassName
{
background-color: #4C4E2D;
}
.BgClassName
{
background-color: #4C4E2D;
}
</style>
border-color css
<style>
span { border-color: #4C4E2D; }
span { border-color: rgb(76,78,45); }
td.TdClassName
{
border-color: #4C4E2D;
}
.TagClassName
{
border-color: #4C4E2D;
}
</style>