Shades of Waiouru #474C32
Tints of Waiouru #474C32
RGB
CMYK
RGB Variations
Color information
#474C32 (or 0x474C32) is known color: Waiouru. HEX triplet: 47, 4C and 32. RGB value is (71,76,50). Sum of RGB (Red+Green+Blue) = 71+76+50=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 76 - color contains mainly: green. Hex color #474C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C32 is #B8B3CD. Grayscale: #474747. Windows color (decimal): -12104654 or 3296327. OLE color: 3296327.
HSL color Cylindrical-coordinate representation of color #474C32: hue angle of 71.54º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #474C32 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 76 | 50 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.70 |
| HSL | 71.54º | 0.21% | 0.25% | - |
| HSV(B) | 71.54º | 0.34% | 0.3% | - |
| XYZ | 5.76 | 6.74 | 4.01 | - |
| YUV | 71.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 50 | 0.07 | 0 | 0.34 | 0.70 | 71.54 | 0.21 | 0.25 |
| Hex | 47 | 4C | 32 | 7 | 0 | 22 | 46 | 48 | 15 | 19 |
| Octal | 107 | 114 | 62 | 7 | 0 | 42 | 106 | 110 | 25 | 31 |
| Binary | 1000111 | 1001100 | 110010 | 111 | 0 | 100010 | 1000110 | 1001000 | 10101 | 11001 |
Color Harmonies of #474C32
Complementary color
Monochromatic Colors of #474C32
Black with #474C32
Text Example
Text Example
White with #474C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C32; }
p { color: rgb(71,76,50); }
H1.HeaderClassName
{
color: #474C32;
}
.AnyTagClassName
{
color: #474C32;
}
</style>
background-color css
<style>
a { background-color: #474C32; }
a { background-color: rgb(71,76,50); }
div.DivClassName
{
background-color: #474C32;
}
.BgClassName
{
background-color: #474C32;
}
</style>
border-color css
<style>
span { border-color: #474C32; }
span { border-color: rgb(71,76,50); }
td.TdClassName
{
border-color: #474C32;
}
.TagClassName
{
border-color: #474C32;
}
</style>