Shades of Waiouru #484D2F
Tints of Waiouru #484D2F
RGB
CMYK
RGB Variations
Color information
#484D2F (or 0x484D2F) is known color: Waiouru. HEX triplet: 48, 4D and 2F. RGB value is (72,77,47). Sum of RGB (Red+Green+Blue) = 72+77+47=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 77 - color contains mainly: green. Hex color #484D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D2F is #B7B2D0. Grayscale: #484848. Windows color (decimal): -12038865 or 3099976. OLE color: 3099976.
HSL color Cylindrical-coordinate representation of color #484D2F: hue angle of 70º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #484D2F is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 77 | 47 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.70 |
| HSL | 70º | 0.24% | 0.24% | - |
| HSV(B) | 70º | 0.39% | 0.3% | - |
| XYZ | 5.84 | 6.89 | 3.71 | - |
| YUV | 72.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 47 | 0.06 | 0 | 0.39 | 0.70 | 70 | 0.24 | 0.24 |
| Hex | 48 | 4D | 2F | 6 | 0 | 27 | 46 | 46 | 18 | 18 |
| Octal | 110 | 115 | 57 | 6 | 0 | 47 | 106 | 106 | 30 | 30 |
| Binary | 1001000 | 1001101 | 101111 | 110 | 0 | 100111 | 1000110 | 1000110 | 11000 | 11000 |
Color Harmonies of #484D2F
Complementary color
Monochromatic Colors of #484D2F
Black with #484D2F
Text Example
Text Example
White with #484D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D2F; }
p { color: rgb(72,77,47); }
H1.HeaderClassName
{
color: #484D2F;
}
.AnyTagClassName
{
color: #484D2F;
}
</style>
background-color css
<style>
a { background-color: #484D2F; }
a { background-color: rgb(72,77,47); }
div.DivClassName
{
background-color: #484D2F;
}
.BgClassName
{
background-color: #484D2F;
}
</style>
border-color css
<style>
span { border-color: #484D2F; }
span { border-color: rgb(72,77,47); }
td.TdClassName
{
border-color: #484D2F;
}
.TagClassName
{
border-color: #484D2F;
}
</style>