Shades of Waiouru #4C5034
Tints of Waiouru #4C5034
RGB
CMYK
RGB Variations
Color information
#4C5034 (or 0x4C5034) is known color: Waiouru. HEX triplet: 4C, 50 and 34. RGB value is (76,80,52). Sum of RGB (Red+Green+Blue) = 76+80+52=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5034 is #B3AFCB. Grayscale: #4B4B4B. Windows color (decimal): -11775948 or 3428428. OLE color: 3428428.
HSL color Cylindrical-coordinate representation of color #4C5034: hue angle of 68.57º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C5034 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 80 | 52 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.69 |
| HSL | 68.57º | 0.21% | 0.26% | - |
| HSV(B) | 68.57º | 0.35% | 0.31% | - |
| XYZ | 6.47 | 7.52 | 4.36 | - |
| YUV | 75.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 80 | 52 | 0.05 | 0 | 0.35 | 0.69 | 68.57 | 0.21 | 0.26 |
| Hex | 4C | 50 | 34 | 5 | 0 | 23 | 45 | 45 | 15 | 1A |
| Octal | 114 | 120 | 64 | 5 | 0 | 43 | 105 | 105 | 25 | 32 |
| Binary | 1001100 | 1010000 | 110100 | 101 | 0 | 100011 | 1000101 | 1000101 | 10101 | 11010 |
Color Harmonies of #4C5034
Complementary color
Monochromatic Colors of #4C5034
Black with #4C5034
Text Example
Text Example
White with #4C5034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5034; }
p { color: rgb(76,80,52); }
H1.HeaderClassName
{
color: #4C5034;
}
.AnyTagClassName
{
color: #4C5034;
}
</style>
background-color css
<style>
a { background-color: #4C5034; }
a { background-color: rgb(76,80,52); }
div.DivClassName
{
background-color: #4C5034;
}
.BgClassName
{
background-color: #4C5034;
}
</style>
border-color css
<style>
span { border-color: #4C5034; }
span { border-color: rgb(76,80,52); }
td.TdClassName
{
border-color: #4C5034;
}
.TagClassName
{
border-color: #4C5034;
}
</style>