Shades of Waiouru #444528
Tints of Waiouru #444528
RGB
CMYK
RGB Variations
Color information
#444528 (or 0x444528) is known color: Waiouru. HEX triplet: 44, 45 and 28. RGB value is (68,69,40). Sum of RGB (Red+Green+Blue) = 68+69+40=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #444528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444528 is #BBBAD7. Grayscale: #414141. Windows color (decimal): -12303064 or 2639172. OLE color: 2639172.
HSL color Cylindrical-coordinate representation of color #444528: hue angle of 62.07º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #444528 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 69 | 40 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.73 |
| HSL | 62.07º | 0.27% | 0.21% | - |
| HSV(B) | 62.07º | 0.42% | 0.27% | - |
| XYZ | 4.9 | 5.64 | 2.84 | - |
| YUV | 65.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 69 | 40 | 0.01 | 0 | 0.42 | 0.73 | 62.07 | 0.27 | 0.21 |
| Hex | 44 | 45 | 28 | 1 | 0 | 2A | 49 | 3E | 1B | 15 |
| Octal | 104 | 105 | 50 | 1 | 0 | 52 | 111 | 76 | 33 | 25 |
| Binary | 1000100 | 1000101 | 101000 | 1 | 0 | 101010 | 1001001 | 111110 | 11011 | 10101 |
Color Harmonies of #444528
Complementary color
Monochromatic Colors of #444528
Black with #444528
Text Example
Text Example
White with #444528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444528; }
p { color: rgb(68,69,40); }
H1.HeaderClassName
{
color: #444528;
}
.AnyTagClassName
{
color: #444528;
}
</style>
background-color css
<style>
a { background-color: #444528; }
a { background-color: rgb(68,69,40); }
div.DivClassName
{
background-color: #444528;
}
.BgClassName
{
background-color: #444528;
}
</style>
border-color css
<style>
span { border-color: #444528; }
span { border-color: rgb(68,69,40); }
td.TdClassName
{
border-color: #444528;
}
.TagClassName
{
border-color: #444528;
}
</style>