Shades of Waiouru #4A4D2C
Tints of Waiouru #4A4D2C
RGB
CMYK
RGB Variations
Color information
#4A4D2C (or 0x4A4D2C) is known color: Waiouru. HEX triplet: 4A, 4D and 2C. RGB value is (74,77,44). Sum of RGB (Red+Green+Blue) = 74+77+44=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 77 - color contains mainly: green. Hex color #4A4D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4D2C is #B5B2D3. Grayscale: #484848. Windows color (decimal): -11907796 or 2903370. OLE color: 2903370.
HSL color Cylindrical-coordinate representation of color #4A4D2C: hue angle of 65.45º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A4D2C is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 77 | 44 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.70 |
| HSL | 65.45º | 0.27% | 0.24% | - |
| HSV(B) | 65.45º | 0.43% | 0.3% | - |
| XYZ | 5.93 | 6.95 | 3.41 | - |
| YUV | 72.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 77 | 44 | 0.04 | 0 | 0.43 | 0.70 | 65.45 | 0.27 | 0.24 |
| Hex | 4A | 4D | 2C | 4 | 0 | 2B | 46 | 41 | 1B | 18 |
| Octal | 112 | 115 | 54 | 4 | 0 | 53 | 106 | 101 | 33 | 30 |
| Binary | 1001010 | 1001101 | 101100 | 100 | 0 | 101011 | 1000110 | 1000001 | 11011 | 11000 |
Color Harmonies of #4A4D2C
Complementary color
Monochromatic Colors of #4A4D2C
Black with #4A4D2C
Text Example
Text Example
White with #4A4D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4D2C; }
p { color: rgb(74,77,44); }
H1.HeaderClassName
{
color: #4A4D2C;
}
.AnyTagClassName
{
color: #4A4D2C;
}
</style>
background-color css
<style>
a { background-color: #4A4D2C; }
a { background-color: rgb(74,77,44); }
div.DivClassName
{
background-color: #4A4D2C;
}
.BgClassName
{
background-color: #4A4D2C;
}
</style>
border-color css
<style>
span { border-color: #4A4D2C; }
span { border-color: rgb(74,77,44); }
td.TdClassName
{
border-color: #4A4D2C;
}
.TagClassName
{
border-color: #4A4D2C;
}
</style>