Shades of Waiouru #44472C
Tints of Waiouru #44472C
RGB
CMYK
RGB Variations
Color information
#44472C (or 0x44472C) is known color: Waiouru. HEX triplet: 44, 47 and 2C. RGB value is (68,71,44). Sum of RGB (Red+Green+Blue) = 68+71+44=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 71 - color contains mainly: green. Hex color #44472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44472C is #BBB8D3. Grayscale: #434343. Windows color (decimal): -12302548 or 2901828. OLE color: 2901828.
HSL color Cylindrical-coordinate representation of color #44472C: hue angle of 66.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44472C is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 71 | 44 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.72 |
| HSL | 66.67º | 0.23% | 0.23% | - |
| HSV(B) | 66.67º | 0.38% | 0.28% | - |
| XYZ | 5.09 | 5.92 | 3.26 | - |
| YUV | 67.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 44 | 0.04 | 0 | 0.38 | 0.72 | 66.67 | 0.23 | 0.23 |
| Hex | 44 | 47 | 2C | 4 | 0 | 26 | 48 | 43 | 17 | 17 |
| Octal | 104 | 107 | 54 | 4 | 0 | 46 | 110 | 103 | 27 | 27 |
| Binary | 1000100 | 1000111 | 101100 | 100 | 0 | 100110 | 1001000 | 1000011 | 10111 | 10111 |
Color Harmonies of #44472C
Complementary color
Monochromatic Colors of #44472C
Black with #44472C
Text Example
Text Example
White with #44472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44472C; }
p { color: rgb(68,71,44); }
H1.HeaderClassName
{
color: #44472C;
}
.AnyTagClassName
{
color: #44472C;
}
</style>
background-color css
<style>
a { background-color: #44472C; }
a { background-color: rgb(68,71,44); }
div.DivClassName
{
background-color: #44472C;
}
.BgClassName
{
background-color: #44472C;
}
</style>
border-color css
<style>
span { border-color: #44472C; }
span { border-color: rgb(68,71,44); }
td.TdClassName
{
border-color: #44472C;
}
.TagClassName
{
border-color: #44472C;
}
</style>