Shades of Waiouru #4C5029
Tints of Waiouru #4C5029
RGB
CMYK
RGB Variations
Color information
#4C5029 (or 0x4C5029) is known color: Waiouru. HEX triplet: 4C, 50 and 29. RGB value is (76,80,41). Sum of RGB (Red+Green+Blue) = 76+80+41=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5029 is #B3AFD6. Grayscale: #4A4A4A. Windows color (decimal): -11775959 or 2707532. OLE color: 2707532.
HSL color Cylindrical-coordinate representation of color #4C5029: hue angle of 66.15º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C5029 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 80 | 41 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.69 |
| HSL | 66.15º | 0.32% | 0.24% | - |
| HSV(B) | 66.15º | 0.49% | 0.31% | - |
| XYZ | 6.25 | 7.43 | 3.2 | - |
| YUV | 74.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 80 | 41 | 0.05 | 0 | 0.49 | 0.69 | 66.15 | 0.32 | 0.24 |
| Hex | 4C | 50 | 29 | 5 | 0 | 31 | 45 | 42 | 20 | 18 |
| Octal | 114 | 120 | 51 | 5 | 0 | 61 | 105 | 102 | 40 | 30 |
| Binary | 1001100 | 1010000 | 101001 | 101 | 0 | 110001 | 1000101 | 1000010 | 100000 | 11000 |
Color Harmonies of #4C5029
Complementary color
Monochromatic Colors of #4C5029
Black with #4C5029
Text Example
Text Example
White with #4C5029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5029; }
p { color: rgb(76,80,41); }
H1.HeaderClassName
{
color: #4C5029;
}
.AnyTagClassName
{
color: #4C5029;
}
</style>
background-color css
<style>
a { background-color: #4C5029; }
a { background-color: rgb(76,80,41); }
div.DivClassName
{
background-color: #4C5029;
}
.BgClassName
{
background-color: #4C5029;
}
</style>
border-color css
<style>
span { border-color: #4C5029; }
span { border-color: rgb(76,80,41); }
td.TdClassName
{
border-color: #4C5029;
}
.TagClassName
{
border-color: #4C5029;
}
</style>