Shades of Waiouru #4E532F
Tints of Waiouru #4E532F
RGB
CMYK
RGB Variations
Color information
#4E532F (or 0x4E532F) is known color: Waiouru. HEX triplet: 4E, 53 and 2F. RGB value is (78,83,47). Sum of RGB (Red+Green+Blue) = 78+83+47=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #4E532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E532F is #B1ACD0. Grayscale: #4D4D4D. Windows color (decimal): -11644113 or 3101518. OLE color: 3101518.
HSL color Cylindrical-coordinate representation of color #4E532F: hue angle of 68.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E532F is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
RGB | 78 | 83 | 47 | - |
CMYK | 0.06 | 0 | 0.43 | 0.67 |
HSL | 68.33º | 0.28% | 0.25% | - |
HSV(B) | 68.33º | 0.43% | 0.33% | - |
XYZ | 6.75 | 8.01 | 3.88 | - |
YUV | 77.4 | 110.84 | 128.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 83 | 47 | 0.06 | 0 | 0.43 | 0.67 | 68.33 | 0.28 | 0.25 |
Hex | 4E | 53 | 2F | 6 | 0 | 2B | 43 | 44 | 1C | 19 |
Octal | 116 | 123 | 57 | 6 | 0 | 53 | 103 | 104 | 34 | 31 |
Binary | 1001110 | 1010011 | 101111 | 110 | 0 | 101011 | 1000011 | 1000100 | 11100 | 11001 |
Color Harmonies of #4E532F
Complementary color
Monochromatic Colors of #4E532F
Black with #4E532F
Text Example
Text Example
White with #4E532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E532F; }
p { color: rgb(78,83,47); }
H1.HeaderClassName
{
color: #4E532F;
}
.AnyTagClassName
{
color: #4E532F;
}
</style>
background-color css
<style>
a { background-color: #4E532F; }
a { background-color: rgb(78,83,47); }
div.DivClassName
{
background-color: #4E532F;
}
.BgClassName
{
background-color: #4E532F;
}
</style>
border-color css
<style>
span { border-color: #4E532F; }
span { border-color: rgb(78,83,47); }
td.TdClassName
{
border-color: #4E532F;
}
.TagClassName
{
border-color: #4E532F;
}
</style>