Shades of Waiouru #4C512D
Tints of Waiouru #4C512D
RGB
CMYK
RGB Variations
Color information
#4C512D (or 0x4C512D) is known color: Waiouru. HEX triplet: 4C, 51 and 2D. RGB value is (76,81,45). Sum of RGB (Red+Green+Blue) = 76+81+45=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #4C512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C512D is #B3AED2. Grayscale: #4B4B4B. Windows color (decimal): -11775699 or 2969932. OLE color: 2969932.
HSL color Cylindrical-coordinate representation of color #4C512D: hue angle of 68.33º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C512D is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 81 | 45 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.68 |
| HSL | 68.33º | 0.29% | 0.25% | - |
| HSV(B) | 68.33º | 0.44% | 0.32% | - |
| XYZ | 6.4 | 7.61 | 3.61 | - |
| YUV | 75.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 45 | 0.06 | 0 | 0.44 | 0.68 | 68.33 | 0.29 | 0.25 |
| Hex | 4C | 51 | 2D | 6 | 0 | 2C | 44 | 44 | 1D | 19 |
| Octal | 114 | 121 | 55 | 6 | 0 | 54 | 104 | 104 | 35 | 31 |
| Binary | 1001100 | 1010001 | 101101 | 110 | 0 | 101100 | 1000100 | 1000100 | 11101 | 11001 |
Color Harmonies of #4C512D
Complementary color
Monochromatic Colors of #4C512D
Black with #4C512D
Text Example
Text Example
White with #4C512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C512D; }
p { color: rgb(76,81,45); }
H1.HeaderClassName
{
color: #4C512D;
}
.AnyTagClassName
{
color: #4C512D;
}
</style>
background-color css
<style>
a { background-color: #4C512D; }
a { background-color: rgb(76,81,45); }
div.DivClassName
{
background-color: #4C512D;
}
.BgClassName
{
background-color: #4C512D;
}
</style>
border-color css
<style>
span { border-color: #4C512D; }
span { border-color: rgb(76,81,45); }
td.TdClassName
{
border-color: #4C512D;
}
.TagClassName
{
border-color: #4C512D;
}
</style>