Shades of Waiouru #4E5333
Tints of Waiouru #4E5333
RGB
CMYK
RGB Variations
Color information
#4E5333 (or 0x4E5333) is known color: Waiouru. HEX triplet: 4E, 53 and 33. RGB value is (78,83,51). Sum of RGB (Red+Green+Blue) = 78+83+51=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5333 is #B1ACCC. Grayscale: #4D4D4D. Windows color (decimal): -11644109 or 3363662. OLE color: 3363662.
HSL color Cylindrical-coordinate representation of color #4E5333: hue angle of 69.38º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E5333 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 51 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.67 |
| HSL | 69.38º | 0.24% | 0.26% | - |
| HSV(B) | 69.38º | 0.39% | 0.33% | - |
| XYZ | 6.83 | 8.05 | 4.32 | - |
| YUV | 77.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 51 | 0.06 | 0 | 0.39 | 0.67 | 69.38 | 0.24 | 0.26 |
| Hex | 4E | 53 | 33 | 6 | 0 | 27 | 43 | 45 | 18 | 1A |
| Octal | 116 | 123 | 63 | 6 | 0 | 47 | 103 | 105 | 30 | 32 |
| Binary | 1001110 | 1010011 | 110011 | 110 | 0 | 100111 | 1000011 | 1000101 | 11000 | 11010 |
Color Harmonies of #4E5333
Complementary color
Monochromatic Colors of #4E5333
Black with #4E5333
Text Example
Text Example
White with #4E5333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5333; }
p { color: rgb(78,83,51); }
H1.HeaderClassName
{
color: #4E5333;
}
.AnyTagClassName
{
color: #4E5333;
}
</style>
background-color css
<style>
a { background-color: #4E5333; }
a { background-color: rgb(78,83,51); }
div.DivClassName
{
background-color: #4E5333;
}
.BgClassName
{
background-color: #4E5333;
}
</style>
border-color css
<style>
span { border-color: #4E5333; }
span { border-color: rgb(78,83,51); }
td.TdClassName
{
border-color: #4E5333;
}
.TagClassName
{
border-color: #4E5333;
}
</style>