Shades of Waiouru #454931
Tints of Waiouru #454931
RGB
CMYK
RGB Variations
Color information
#454931 (or 0x454931) is known color: Waiouru. HEX triplet: 45, 49 and 31. RGB value is (69,73,49). Sum of RGB (Red+Green+Blue) = 69+73+49=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #454931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454931 is #BAB6CE. Grayscale: #454545. Windows color (decimal): -12236495 or 3230021. OLE color: 3230021.
HSL color Cylindrical-coordinate representation of color #454931: hue angle of 70º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #454931 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 73 | 49 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.71 |
| HSL | 70º | 0.2% | 0.24% | - |
| HSV(B) | 70º | 0.33% | 0.29% | - |
| XYZ | 5.39 | 6.25 | 3.83 | - |
| YUV | 69.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 49 | 0.05 | 0 | 0.33 | 0.71 | 70 | 0.2 | 0.24 |
| Hex | 45 | 49 | 31 | 5 | 0 | 21 | 47 | 46 | 14 | 18 |
| Octal | 105 | 111 | 61 | 5 | 0 | 41 | 107 | 106 | 24 | 30 |
| Binary | 1000101 | 1001001 | 110001 | 101 | 0 | 100001 | 1000111 | 1000110 | 10100 | 11000 |
Color Harmonies of #454931
Complementary color
Monochromatic Colors of #454931
Black with #454931
Text Example
Text Example
White with #454931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454931; }
p { color: rgb(69,73,49); }
H1.HeaderClassName
{
color: #454931;
}
.AnyTagClassName
{
color: #454931;
}
</style>
background-color css
<style>
a { background-color: #454931; }
a { background-color: rgb(69,73,49); }
div.DivClassName
{
background-color: #454931;
}
.BgClassName
{
background-color: #454931;
}
</style>
border-color css
<style>
span { border-color: #454931; }
span { border-color: rgb(69,73,49); }
td.TdClassName
{
border-color: #454931;
}
.TagClassName
{
border-color: #454931;
}
</style>