Shades of Waiouru #454828
Tints of Waiouru #454828
RGB
CMYK
RGB Variations
Color information
#454828 (or 0x454828) is known color: Waiouru. HEX triplet: 45, 48 and 28. RGB value is (69,72,40). Sum of RGB (Red+Green+Blue) = 69+72+40=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #454828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454828 is #BAB7D7. Grayscale: #434343. Windows color (decimal): -12236760 or 2639941. OLE color: 2639941.
HSL color Cylindrical-coordinate representation of color #454828: hue angle of 65.62º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #454828 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 72 | 40 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.72 |
| HSL | 65.63º | 0.29% | 0.22% | - |
| HSV(B) | 65.63º | 0.44% | 0.28% | - |
| XYZ | 5.15 | 6.05 | 2.9 | - |
| YUV | 67.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 40 | 0.04 | 0 | 0.44 | 0.72 | 65.63 | 0.29 | 0.22 |
| Hex | 45 | 48 | 28 | 4 | 0 | 2C | 48 | 42 | 1D | 16 |
| Octal | 105 | 110 | 50 | 4 | 0 | 54 | 110 | 102 | 35 | 26 |
| Binary | 1000101 | 1001000 | 101000 | 100 | 0 | 101100 | 1001000 | 1000010 | 11101 | 10110 |
Color Harmonies of #454828
Complementary color
Monochromatic Colors of #454828
Black with #454828
Text Example
Text Example
White with #454828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454828; }
p { color: rgb(69,72,40); }
H1.HeaderClassName
{
color: #454828;
}
.AnyTagClassName
{
color: #454828;
}
</style>
background-color css
<style>
a { background-color: #454828; }
a { background-color: rgb(69,72,40); }
div.DivClassName
{
background-color: #454828;
}
.BgClassName
{
background-color: #454828;
}
</style>
border-color css
<style>
span { border-color: #454828; }
span { border-color: rgb(69,72,40); }
td.TdClassName
{
border-color: #454828;
}
.TagClassName
{
border-color: #454828;
}
</style>