Shades of Waiouru #4C4E2F
Tints of Waiouru #4C4E2F
RGB
CMYK
RGB Variations
Color information
#4C4E2F (or 0x4C4E2F) is known color: Waiouru. HEX triplet: 4C, 4E and 2F. RGB value is (76,78,47). Sum of RGB (Red+Green+Blue) = 76+78+47=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 78 - color contains mainly: green. Hex color #4C4E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4E2F is #B3B1D0. Grayscale: #494949. Windows color (decimal): -11776465 or 3100236. OLE color: 3100236.
HSL color Cylindrical-coordinate representation of color #4C4E2F: hue angle of 63.87º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C4E2F is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 78 | 47 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.69 |
| HSL | 63.87º | 0.25% | 0.25% | - |
| HSV(B) | 63.87º | 0.4% | 0.31% | - |
| XYZ | 6.22 | 7.19 | 3.75 | - |
| YUV | 73.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 47 | 0.03 | 0 | 0.40 | 0.69 | 63.87 | 0.25 | 0.25 |
| Hex | 4C | 4E | 2F | 3 | 0 | 28 | 45 | 40 | 19 | 19 |
| Octal | 114 | 116 | 57 | 3 | 0 | 50 | 105 | 100 | 31 | 31 |
| Binary | 1001100 | 1001110 | 101111 | 11 | 0 | 101000 | 1000101 | 1000000 | 11001 | 11001 |
Color Harmonies of #4C4E2F
Complementary color
Monochromatic Colors of #4C4E2F
Black with #4C4E2F
Text Example
Text Example
White with #4C4E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4E2F; }
p { color: rgb(76,78,47); }
H1.HeaderClassName
{
color: #4C4E2F;
}
.AnyTagClassName
{
color: #4C4E2F;
}
</style>
background-color css
<style>
a { background-color: #4C4E2F; }
a { background-color: rgb(76,78,47); }
div.DivClassName
{
background-color: #4C4E2F;
}
.BgClassName
{
background-color: #4C4E2F;
}
</style>
border-color css
<style>
span { border-color: #4C4E2F; }
span { border-color: rgb(76,78,47); }
td.TdClassName
{
border-color: #4C4E2F;
}
.TagClassName
{
border-color: #4C4E2F;
}
</style>