Shades of Mallard #354A27
Tints of Mallard #354A27
RGB
CMYK
RGB Variations
Color information
#354A27 (or 0x354A27) is known color: Mallard. HEX triplet: 35, 4A and 27. RGB value is (53,74,39). Sum of RGB (Red+Green+Blue) = 53+74+39=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 74 - color contains mainly: green. Hex color #354A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A27 is #CAB5D8. Grayscale: #3F3F3F. Windows color (decimal): -13284825 or 2574901. OLE color: 2574901.
HSL color Cylindrical-coordinate representation of color #354A27: hue angle of 96º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #354A27 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 74 | 39 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.71 |
| HSL | 96º | 0.31% | 0.22% | - |
| HSV(B) | 96º | 0.47% | 0.29% | - |
| XYZ | 4.28 | 5.8 | 2.81 | - |
| YUV | 63.73 | 114.04 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 39 | 0.28 | 0 | 0.47 | 0.71 | 96 | 0.31 | 0.22 |
| Hex | 35 | 4A | 27 | 1C | 0 | 2F | 47 | 60 | 1F | 16 |
| Octal | 65 | 112 | 47 | 34 | 0 | 57 | 107 | 140 | 37 | 26 |
| Binary | 110101 | 1001010 | 100111 | 11100 | 0 | 101111 | 1000111 | 1100000 | 11111 | 10110 |
Color Harmonies of #354A27
Complementary color
Monochromatic Colors of #354A27
Black with #354A27
Text Example
Text Example
White with #354A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A27; }
p { color: rgb(53,74,39); }
H1.HeaderClassName
{
color: #354A27;
}
.AnyTagClassName
{
color: #354A27;
}
</style>
background-color css
<style>
a { background-color: #354A27; }
a { background-color: rgb(53,74,39); }
div.DivClassName
{
background-color: #354A27;
}
.BgClassName
{
background-color: #354A27;
}
</style>
border-color css
<style>
span { border-color: #354A27; }
span { border-color: rgb(53,74,39); }
td.TdClassName
{
border-color: #354A27;
}
.TagClassName
{
border-color: #354A27;
}
</style>