Shades of Waiouru #454725
Tints of Waiouru #454725
RGB
CMYK
RGB Variations
Color information
#454725 (or 0x454725) is known color: Waiouru. HEX triplet: 45, 47 and 25. RGB value is (69,71,37). Sum of RGB (Red+Green+Blue) = 69+71+37=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #454725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454725 is #BAB8DA. Grayscale: #424242. Windows color (decimal): -12237019 or 2443077. OLE color: 2443077.
HSL color Cylindrical-coordinate representation of color #454725: hue angle of 63.53º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #454725 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 71 | 37 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.72 |
| HSL | 63.53º | 0.31% | 0.21% | - |
| HSV(B) | 63.53º | 0.48% | 0.28% | - |
| XYZ | 5.04 | 5.91 | 2.62 | - |
| YUV | 66.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 37 | 0.03 | 0 | 0.48 | 0.72 | 63.53 | 0.31 | 0.21 |
| Hex | 45 | 47 | 25 | 3 | 0 | 30 | 48 | 40 | 1F | 15 |
| Octal | 105 | 107 | 45 | 3 | 0 | 60 | 110 | 100 | 37 | 25 |
| Binary | 1000101 | 1000111 | 100101 | 11 | 0 | 110000 | 1001000 | 1000000 | 11111 | 10101 |
Color Harmonies of #454725
Complementary color
Monochromatic Colors of #454725
Black with #454725
Text Example
Text Example
White with #454725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454725; }
p { color: rgb(69,71,37); }
H1.HeaderClassName
{
color: #454725;
}
.AnyTagClassName
{
color: #454725;
}
</style>
background-color css
<style>
a { background-color: #454725; }
a { background-color: rgb(69,71,37); }
div.DivClassName
{
background-color: #454725;
}
.BgClassName
{
background-color: #454725;
}
</style>
border-color css
<style>
span { border-color: #454725; }
span { border-color: rgb(69,71,37); }
td.TdClassName
{
border-color: #454725;
}
.TagClassName
{
border-color: #454725;
}
</style>