Shades of Waiouru #454633
Tints of Waiouru #454633
RGB
CMYK
RGB Variations
Color information
#454633 (or 0x454633) is known color: Waiouru. HEX triplet: 45, 46 and 33. RGB value is (69,70,51). Sum of RGB (Red+Green+Blue) = 69+70+51=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 70 - color contains mainly: green. Hex color #454633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454633 is #BAB9CC. Grayscale: #434343. Windows color (decimal): -12237261 or 3360325. OLE color: 3360325.
HSL color Cylindrical-coordinate representation of color #454633: hue angle of 63.16º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #454633 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 70 | 51 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.73 |
| HSL | 63.16º | 0.16% | 0.24% | - |
| HSV(B) | 63.16º | 0.27% | 0.27% | - |
| XYZ | 5.24 | 5.88 | 3.99 | - |
| YUV | 67.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 51 | 0.01 | 0 | 0.27 | 0.73 | 63.16 | 0.16 | 0.24 |
| Hex | 45 | 46 | 33 | 1 | 0 | 1B | 49 | 3F | 10 | 18 |
| Octal | 105 | 106 | 63 | 1 | 0 | 33 | 111 | 77 | 20 | 30 |
| Binary | 1000101 | 1000110 | 110011 | 1 | 0 | 11011 | 1001001 | 111111 | 10000 | 11000 |
Color Harmonies of #454633
Complementary color
Monochromatic Colors of #454633
Black with #454633
Text Example
Text Example
White with #454633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454633; }
p { color: rgb(69,70,51); }
H1.HeaderClassName
{
color: #454633;
}
.AnyTagClassName
{
color: #454633;
}
</style>
background-color css
<style>
a { background-color: #454633; }
a { background-color: rgb(69,70,51); }
div.DivClassName
{
background-color: #454633;
}
.BgClassName
{
background-color: #454633;
}
</style>
border-color css
<style>
span { border-color: #454633; }
span { border-color: rgb(69,70,51); }
td.TdClassName
{
border-color: #454633;
}
.TagClassName
{
border-color: #454633;
}
</style>