Shades of Waiouru #4B4D2C
Tints of Waiouru #4B4D2C
RGB
CMYK
RGB Variations
Color information
#4B4D2C (or 0x4B4D2C) is known color: Waiouru. HEX triplet: 4B, 4D and 2C. RGB value is (75,77,44). Sum of RGB (Red+Green+Blue) = 75+77+44=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 77 - color contains mainly: green. Hex color #4B4D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4D2C is #B4B2D3. Grayscale: #484848. Windows color (decimal): -11842260 or 2903371. OLE color: 2903371.
HSL color Cylindrical-coordinate representation of color #4B4D2C: hue angle of 63.64º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B4D2C is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 77 | 44 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.70 |
| HSL | 63.64º | 0.27% | 0.24% | - |
| HSV(B) | 63.64º | 0.43% | 0.3% | - |
| XYZ | 6.01 | 6.99 | 3.41 | - |
| YUV | 72.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 77 | 44 | 0.03 | 0 | 0.43 | 0.70 | 63.64 | 0.27 | 0.24 |
| Hex | 4B | 4D | 2C | 3 | 0 | 2B | 46 | 40 | 1B | 18 |
| Octal | 113 | 115 | 54 | 3 | 0 | 53 | 106 | 100 | 33 | 30 |
| Binary | 1001011 | 1001101 | 101100 | 11 | 0 | 101011 | 1000110 | 1000000 | 11011 | 11000 |
Color Harmonies of #4B4D2C
Complementary color
Monochromatic Colors of #4B4D2C
Black with #4B4D2C
Text Example
Text Example
White with #4B4D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4D2C; }
p { color: rgb(75,77,44); }
H1.HeaderClassName
{
color: #4B4D2C;
}
.AnyTagClassName
{
color: #4B4D2C;
}
</style>
background-color css
<style>
a { background-color: #4B4D2C; }
a { background-color: rgb(75,77,44); }
div.DivClassName
{
background-color: #4B4D2C;
}
.BgClassName
{
background-color: #4B4D2C;
}
</style>
border-color css
<style>
span { border-color: #4B4D2C; }
span { border-color: rgb(75,77,44); }
td.TdClassName
{
border-color: #4B4D2C;
}
.TagClassName
{
border-color: #4B4D2C;
}
</style>