Shades of Finlandia #5D745B
Tints of Finlandia #5D745B
RGB
CMYK
RGB Variations
Color information
#5D745B (or 0x5D745B) is known color: Finlandia. HEX triplet: 5D, 74 and 5B. RGB value is (93,116,91). Sum of RGB (Red+Green+Blue) = 93+116+91=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #5D745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D745B is #A28BA4. Grayscale: #6A6A6A. Windows color (decimal): -10652581 or 5993565. OLE color: 5993565.
HSL color Cylindrical-coordinate representation of color #5D745B: hue angle of 115.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D745B is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 116 | 91 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.55 |
| HSL | 115.2º | 0.12% | 0.41% | - |
| HSV(B) | 115.2º | 0.22% | 0.45% | - |
| XYZ | 12.65 | 15.57 | 12.24 | - |
| YUV | 106.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 91 | 0.20 | 0 | 0.22 | 0.55 | 115.2 | 0.12 | 0.41 |
| Hex | 5D | 74 | 5B | 14 | 0 | 16 | 37 | 73 | C | 29 |
| Octal | 135 | 164 | 133 | 24 | 0 | 26 | 67 | 163 | 14 | 51 |
| Binary | 1011101 | 1110100 | 1011011 | 10100 | 0 | 10110 | 110111 | 1110011 | 1100 | 101001 |
Color Harmonies of #5D745B
Complementary color
Monochromatic Colors of #5D745B
Black with #5D745B
Text Example
Text Example
White with #5D745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D745B; }
p { color: rgb(93,116,91); }
H1.HeaderClassName
{
color: #5D745B;
}
.AnyTagClassName
{
color: #5D745B;
}
</style>
background-color css
<style>
a { background-color: #5D745B; }
a { background-color: rgb(93,116,91); }
div.DivClassName
{
background-color: #5D745B;
}
.BgClassName
{
background-color: #5D745B;
}
</style>
border-color css
<style>
span { border-color: #5D745B; }
span { border-color: rgb(93,116,91); }
td.TdClassName
{
border-color: #5D745B;
}
.TagClassName
{
border-color: #5D745B;
}
</style>