Shades of Waiouru #4B5130
Tints of Waiouru #4B5130
RGB
CMYK
RGB Variations
Color information
#4B5130 (or 0x4B5130) is known color: Waiouru. HEX triplet: 4B, 51 and 30. RGB value is (75,81,48). Sum of RGB (Red+Green+Blue) = 75+81+48=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5130 is #B4AECF. Grayscale: #4B4B4B. Windows color (decimal): -11841232 or 3166539. OLE color: 3166539.
HSL color Cylindrical-coordinate representation of color #4B5130: hue angle of 70.91º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B5130 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 48 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.68 |
| HSL | 70.91º | 0.26% | 0.25% | - |
| HSV(B) | 70.91º | 0.41% | 0.32% | - |
| XYZ | 6.38 | 7.59 | 3.93 | - |
| YUV | 75.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 48 | 0.07 | 0 | 0.41 | 0.68 | 70.91 | 0.26 | 0.25 |
| Hex | 4B | 51 | 30 | 7 | 0 | 29 | 44 | 47 | 1A | 19 |
| Octal | 113 | 121 | 60 | 7 | 0 | 51 | 104 | 107 | 32 | 31 |
| Binary | 1001011 | 1010001 | 110000 | 111 | 0 | 101001 | 1000100 | 1000111 | 11010 | 11001 |
Color Harmonies of #4B5130
Complementary color
Monochromatic Colors of #4B5130
Black with #4B5130
Text Example
Text Example
White with #4B5130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5130; }
p { color: rgb(75,81,48); }
H1.HeaderClassName
{
color: #4B5130;
}
.AnyTagClassName
{
color: #4B5130;
}
</style>
background-color css
<style>
a { background-color: #4B5130; }
a { background-color: rgb(75,81,48); }
div.DivClassName
{
background-color: #4B5130;
}
.BgClassName
{
background-color: #4B5130;
}
</style>
border-color css
<style>
span { border-color: #4B5130; }
span { border-color: rgb(75,81,48); }
td.TdClassName
{
border-color: #4B5130;
}
.TagClassName
{
border-color: #4B5130;
}
</style>