Shades of Finlandia #637360
Tints of Finlandia #637360
RGB
CMYK
RGB Variations
Color information
#637360 (or 0x637360) is known color: Finlandia. HEX triplet: 63, 73 and 60. RGB value is (99,115,96). Sum of RGB (Red+Green+Blue) = 99+115+96=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 115 - color contains mainly: green. Hex color #637360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637360 is #9C8C9F. Grayscale: #6C6C6C. Windows color (decimal): -10259616 or 6320995. OLE color: 6320995.
HSL color Cylindrical-coordinate representation of color #637360: hue angle of 110.53º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #637360 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 115 | 96 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.55 |
| HSL | 110.53º | 0.09% | 0.41% | - |
| HSV(B) | 110.53º | 0.17% | 0.45% | - |
| XYZ | 13.39 | 15.76 | 13.4 | - |
| YUV | 108.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 96 | 0.14 | 0 | 0.17 | 0.55 | 110.53 | 0.09 | 0.41 |
| Hex | 63 | 73 | 60 | E | 0 | 11 | 37 | 6F | 9 | 29 |
| Octal | 143 | 163 | 140 | 16 | 0 | 21 | 67 | 157 | 11 | 51 |
| Binary | 1100011 | 1110011 | 1100000 | 1110 | 0 | 10001 | 110111 | 1101111 | 1001 | 101001 |
Color Harmonies of #637360
Complementary color
Monochromatic Colors of #637360
Black with #637360
Text Example
Text Example
White with #637360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637360; }
p { color: rgb(99,115,96); }
H1.HeaderClassName
{
color: #637360;
}
.AnyTagClassName
{
color: #637360;
}
</style>
background-color css
<style>
a { background-color: #637360; }
a { background-color: rgb(99,115,96); }
div.DivClassName
{
background-color: #637360;
}
.BgClassName
{
background-color: #637360;
}
</style>
border-color css
<style>
span { border-color: #637360; }
span { border-color: rgb(99,115,96); }
td.TdClassName
{
border-color: #637360;
}
.TagClassName
{
border-color: #637360;
}
</style>